Пользовательские дополнения

На главную


cartographer.IsFinalQuestCompleted( zonesMapId )

Возвращает true, если финализирующее задание интерфейсной карты выполнено. Финализирующее задание - это такое задание, выполнение которой достаточно для утверждения, что прогресс зоны выполнен.

-- библиотека:
cartographer

-- объявление:
function IsFinalQuestCompleted( zonesMapId )

-- параметры:
zonesMapId: ObjectId - идентификатор интерфейсной карты

-- возвращаемые значения
bool - true, если финализирующее задание данной карты выполнено

Пример:

local isFinalQuestCompleted = cartographer.IsFinalQuestCompleted( zonesMapId )

Search: "CategoryLuaApi" "CategoryCartographer"

CategoryCartographer
EventAvatarClientZoneChanged
EventAvatarMapModifiersChanged
EventAvatarZoneChanged
EventNavigateEnabledChanged
EventSosFinished
EventSosStarted
FunctionCartographerCanNavigateToPoint
FunctionCartographerGetCurrentMapInfo
FunctionCartographerGetCurrentMapModifiers
FunctionCartographerGetCurrentZoneAttributes
FunctionCartographerGetCurrentZoneInfo
FunctionCartographerGetMapBlockInfo
FunctionCartographerGetMapBlocks
FunctionCartographerGetMapMarkerObjects
FunctionCartographerGetMapMarkers
FunctionCartographerGetMapModifierInfo
FunctionCartographerGetMapModifierValuedObject
FunctionCartographerGetMarkerInfo
FunctionCartographerGetObjectGeodata
FunctionCartographerGetQuestGeodata
FunctionCartographerGetQuestObjectiveGeodata
FunctionCartographerGetSosInfo
FunctionCartographerGetSosObjects
FunctionCartographerGetZonesMapId
FunctionCartographerGetZonesMapInfo
FunctionCartographerGetZonesMapLowQuests
FunctionCartographerGetZonesMapQuests
FunctionCartographerIsCurrentZoneAnonymizedMap
FunctionCartographerIsCurrentZoneRiftMap
FunctionCartographerIsFinalQuestCompleted
FunctionCartographerIsOnCommon
FunctionRulesGetZonesMaps
FunctionUnitGetZonesMapId
Geodata
MapModifierId


CategoryLuaApi CategoryFunction CategoryPosition CategoryCartographer CategoryQuest

На главную