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

На главную


cartographer.GetMapBlocks()

Возвращает список идентификаторов блоков интерфейсных карт. Например: {Кания, Хадаган, Карты мира}. В каждый блок входит одна или несколько интерфейсных карт зон.

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

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

-- параметры:
нет

-- возвращаемые значения
table of ObjectId - индексированная с 0 таблица с идентификаторами блоков карт

Пример:

local mapBlocks = cartographer.GetMapBlocks()
for i = 0, GetTableSize( mapBlocks ) - 1 do
  local mapBlockInfo = cartographer.GetMapBlockInfo( mapBlocks[ i ] )
end

Search: "CategoryLuaApi" "CategoryCartographer"

CategoryCartographer
EventAvatarClientZoneChanged
EventAvatarMapModifiersChanged
EventAvatarZoneChanged
EventNavigateEnabledChanged
EventNavigatorObjectReached
EventSosFinished
EventSosStarted
FunctionCartographerCanNavigateToPoint
FunctionCartographerGetCurrentMap
FunctionCartographerGetCurrentMapModifiers
FunctionCartographerGetCurrentZone
FunctionCartographerGetCurrentZoneAttributes
FunctionCartographerGetMapBlockInfo
FunctionCartographerGetMapBlocks
FunctionCartographerGetMapMarkerObjects
FunctionCartographerGetMapMarkers
FunctionCartographerGetMapModifierInfo
FunctionCartographerGetMapModifierValuedObject
FunctionCartographerGetMarkerInfo
FunctionCartographerGetObjectGeodata
FunctionCartographerGetQuestGeodata
FunctionCartographerGetQuestObjectiveGeodata
FunctionCartographerGetSosInfo
FunctionCartographerGetSosObjects
FunctionCartographerGetZonesMapId
FunctionCartographerGetZonesMapInfo
FunctionCartographerGetZonesMapQuests
FunctionCartographerIsFinalQuestCompleted
FunctionCartographerNavigateToObject
FunctionCartographerNavigateToPoint
FunctionCartographerNavigateToRule
FunctionRulesGetZonesMaps
FunctionUnitGetZonesMapId
Geodata
MapModifierId


CategoryLuaApi CategoryFunction CategoryPosition CategoryCartographer

На главную