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

На главную


rules.GetZonesMaps()

Получить список идентификаторов интерфейсных карт, которые доступны в календаре.

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

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

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

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

Пример:

local zonesMaps = rules.GetZonesMaps()
if zonesMaps[ 0 ] then
  local mapInfo = cartographer.GetZonesMapInfo( zonesMaps[ 0 ] )
end

Связанные страницы: "CategoryLuaApi" "CategoryRules"

BillingBonusId
CategoryRules
EnumMsgGetBonusListResultResult
EnumRuleNotificationType
EnumRuleType
EventBillingInfoBonusChanged
EventBillingInfoBonusStatusChanged
EventMissionRuleAdded
EventMissionRuleChanged
EventMissionRuleCounterChanged
EventMissionRuleRemoved
EventMissionRulesChanged
EventNewsPostLoaded
EventNewsPostSelected
EventWishmasterChanged
EventWishmasterMultiplying
FunctionRulesBillingInfoGetBonuses
FunctionRulesBillingInfoGetBonusInfo
FunctionRulesBillingInfoUpdate
FunctionRulesGetEventByRuleId
FunctionRulesGetEventBySysName
FunctionRulesGetEventCounter
FunctionRulesGetEventInfo
FunctionRulesGetEvents
FunctionRulesGetEventTimeIntervals
FunctionRulesGetNotificationInfo
FunctionRulesGetWishmaster
FunctionRulesGetWishmasterMultiplyingInfos
FunctionRulesGetZonesMaps
FunctionRulesWishmasterRollMultiplying
RuleId
WishmasterResourceId


CategoryLuaApi CategoryFunction CategoryRules CategoryCartographer

На главную