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

На главную


battleground.GetHeroesArenaStartStageSpell()

Спелл для запуска следующего этапа сценария боевой арены.

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

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

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

-- возвращаемое значение:
SpellId or nil - идентификатор ресурса спелла

Пример:

local spellId = battleground.GetHeroesArenaStartStageSpell()
if spellId then
  avatar.RunSpell( spellId )
end

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

BattlegroundMarkId
CategoryBattleground
EnumBattlegroundRecapturablePlayerSpawnPlaceState
EventBattlegroundCheckpointAdded
EventBattlegroundCheckpointRemoved
EventBattlegroundCheckpointsChanged
EventBattlegroundCheckpointStateChanged
FunctionBattlegroundGetAvatarMark
FunctionBattlegroundGetCheckpointInfo
FunctionBattlegroundGetCheckpoints
FunctionBattlegroundGetCheckpointTeam
FunctionBattlegroundGetHeroesArenaQuitSpell
FunctionBattlegroundGetHeroesArenaStartStageSpell
FunctionBattlegroundGetLinkedCheckpoint
FunctionBattlegroundGetPlayerMark
FunctionBattlegroundIsCheckpoint


CategoryLuaApi CategoryFunction CategoryBattleground

На главную