diff --git a/docs/lua_api.md b/docs/lua_api.md index b2b47ba..dc29224 100644 --- a/docs/lua_api.md +++ b/docs/lua_api.md @@ -6,559 +6,559 @@ This document will detail all Lua scripting functions available within EQ2Emu. ## 📚 Table of Contents -- [AddCharacterTitle](docs/lua_functions/AddCharacterTitle.md) -- [AddCoin](docs/lua_functions/AddCoin.md) -- [AddControlEffect](docs/lua_functions/AddControlEffect.md) -- [AddConversationOption](docs/lua_functions/AddConversationOption.md) -- [AddHate](docs/lua_functions/AddHate.md) -- [AddIconValue](docs/lua_functions/AddIconValue.md) -- [AddImmunitySpell](docs/lua_functions/AddImmunitySpell.md) -- [AddItem](docs/lua_functions/AddItem.md) -- [AddLanguage](docs/lua_functions/AddLanguage.md) -- [AddLootCoin](docs/lua_functions/AddLootCoin.md) -- [AddLootItem](docs/lua_functions/AddLootItem.md) -- [AddMasterTitle](docs/lua_functions/AddMasterTitle.md) -- [AddMultiFloorLift](docs/lua_functions/AddMultiFloorLift.md) -- [AddOptionWindowOption](docs/lua_functions/AddOptionWindowOption.md) -- [AddPlayerMail](docs/lua_functions/AddPlayerMail.md) -- [AddPlayerMailByCharID](docs/lua_functions/AddPlayerMailByCharID.md) -- [AddPrimaryEntityCommand](docs/lua_functions/AddPrimaryEntityCommand.md) -- [AddPrimaryEntityCommandAllSpawns](docs/lua_functions/AddPrimaryEntityCommandAllSpawns.md) -- [AddProc](docs/lua_functions/AddProc.md) -- [AddProcExt](docs/lua_functions/AddProcExt.md) -- [AddQuestPrereqClass](docs/lua_functions/AddQuestPrereqClass.md) -- [AddQuestPrereqFaction](docs/lua_functions/AddQuestPrereqFaction.md) -- [AddQuestPrereqItem](docs/lua_functions/AddQuestPrereqItem.md) -- [AddQuestPrereqModelType](docs/lua_functions/AddQuestPrereqModelType.md) -- [AddQuestPrereqQuest](docs/lua_functions/AddQuestPrereqQuest.md) -- [AddQuestPrereqRace](docs/lua_functions/AddQuestPrereqRace.md) -- [AddQuestPrereqTradeskillClass](docs/lua_functions/AddQuestPrereqTradeskillClass.md) -- [AddQuestPrereqTradeskillLevel](docs/lua_functions/AddQuestPrereqTradeskillLevel.md) -- [AddQuestRewardCoin](docs/lua_functions/AddQuestRewardCoin.md) -- [AddQuestRewardFaction](docs/lua_functions/AddQuestRewardFaction.md) -- [AddQuestRewardItem](docs/lua_functions/AddQuestRewardItem.md) -- [AddQuestSelectableRewardItem](docs/lua_functions/AddQuestSelectableRewardItem.md) -- [AddQuestStep](docs/lua_functions/AddQuestStep.md) -- [AddQuestStepChat](docs/lua_functions/AddQuestStepChat.md) -- [AddQuestStepCompleteAction](docs/lua_functions/AddQuestStepCompleteAction.md) -- [AddQuestStepCraft](docs/lua_functions/AddQuestStepCraft.md) -- [AddQuestStepFailureAction](docs/lua_functions/AddQuestStepFailureAction.md) -- [AddQuestStepHarvest](docs/lua_functions/AddQuestStepHarvest.md) -- [AddQuestStepKill](docs/lua_functions/AddQuestStepKill.md) -- [AddQuestStepKillByRace](docs/lua_functions/AddQuestStepKillByRace.md) -- [AddQuestStepLocation](docs/lua_functions/AddQuestStepLocation.md) -- [AddQuestStepObtainItem](docs/lua_functions/AddQuestStepObtainItem.md) -- [AddQuestStepProgressAction](docs/lua_functions/AddQuestStepProgressAction.md) -- [AddQuestStepSpell](docs/lua_functions/AddQuestStepSpell.md) -- [AddQuestStepZoneLoc](docs/lua_functions/AddQuestStepZoneLoc.md) -- [AddQuestUsableItem](docs/lua_functions/AddQuestUsableItem.md) -- [AddRecipeBookToPlayer](docs/lua_functions/AddRecipeBookToPlayer.md) -- [AddRespawn](docs/lua_functions/AddRespawn.md) -- [AddSkill](docs/lua_functions/AddSkill.md) -- [AddSkillBonus](docs/lua_functions/AddSkillBonus.md) -- [AddSpawnAccess](docs/lua_functions/AddSpawnAccess.md) -- [AddSpawnIDAccess](docs/lua_functions/AddSpawnIDAccess.md) -- [AddSpawnProximity](docs/lua_functions/AddSpawnProximity.md) -- [AddSpawnSpellBonus](docs/lua_functions/AddSpawnSpellBonus.md) -- [AddSpawnToGroup](docs/lua_functions/AddSpawnToGroup.md) -- [AddSpellBonus](docs/lua_functions/AddSpellBonus.md) -- [AddSpellBookEntry](docs/lua_functions/AddSpellBookEntry.md) -- [AddSpellTimer](docs/lua_functions/AddSpellTimer.md) -- [AddStepProgress](docs/lua_functions/AddStepProgress.md) -- [AddThreatTransfer](docs/lua_functions/AddThreatTransfer.md) -- [AddTimer](docs/lua_functions/AddTimer.md) -- [AddToWard](docs/lua_functions/AddToWard.md) -- [AddTransportSpawn](docs/lua_functions/AddTransportSpawn.md) -- [AddWard](docs/lua_functions/AddWard.md) -- [AddWaypoint](docs/lua_functions/AddWaypoint.md) -- [ApplySpellVisual](docs/lua_functions/ApplySpellVisual.md) -- [Attack](docs/lua_functions/Attack.md) -- [Bind](docs/lua_functions/Bind.md) -- [BlurVision](docs/lua_functions/BlurVision.md) -- [BreatheUnderwater](docs/lua_functions/BreatheUnderwater.md) -- [CancelSpell](docs/lua_functions/CancelSpell.md) -- [CanHarvest](docs/lua_functions/CanHarvest.md) -- [CanReceiveQuest](docs/lua_functions/CanReceiveQuest.md) -- [CanSeeInvis](docs/lua_functions/CanSeeInvis.md) -- [CastCustomSpell](docs/lua_functions/CastCustomSpell.md) -- [CastEntityCommand](docs/lua_functions/CastEntityCommand.md) -- [CastSpell](docs/lua_functions/CastSpell.md) -- [ChangeFaction](docs/lua_functions/ChangeFaction.md) -- [ChangeHandIcon](docs/lua_functions/ChangeHandIcon.md) -- [Charm](docs/lua_functions/Charm.md) -- [CheckLOS](docs/lua_functions/CheckLOS.md) -- [CheckLOSByCoordinates](docs/lua_functions/CheckLOSByCoordinates.md) -- [CheckRaceType](docs/lua_functions/CheckRaceType.md) -- [ClearChoice](docs/lua_functions/ClearChoice.md) -- [ClearEncounter](docs/lua_functions/ClearEncounter.md) -- [ClearHate](docs/lua_functions/ClearHate.md) -- [ClearRunback](docs/lua_functions/ClearRunback.md) -- [ClearRunningLocations](docs/lua_functions/ClearRunningLocations.md) -- [CloseConversation](docs/lua_functions/CloseConversation.md) -- [CloseDoor](docs/lua_functions/CloseDoor.md) -- [CloseItemConversation](docs/lua_functions/CloseItemConversation.md) -- [CompareSpawns](docs/lua_functions/CompareSpawns.md) -- [CompleteTransmute](docs/lua_functions/CompleteTransmute.md) -- [CopySpawnAppearance](docs/lua_functions/CopySpawnAppearance.md) -- [CreateChoiceWindow](docs/lua_functions/CreateChoiceWindow.md) -- [CreateConversation](docs/lua_functions/CreateConversation.md) -- [CreateOptionWindow](docs/lua_functions/CreateOptionWindow.md) -- [CreatePersistedRespawn](docs/lua_functions/CreatePersistedRespawn.md) -- [CreateWidgetRegion](docs/lua_functions/CreateWidgetRegion.md) -- [CureByControlEffect](docs/lua_functions/CureByControlEffect.md) -- [CureByType](docs/lua_functions/CureByType.md) -- [DamageEquippedItems](docs/lua_functions/DamageEquippedItems.md) -- [DamageSpawn](docs/lua_functions/DamageSpawn.md) -- [DeleteDBShardID](docs/lua_functions/DeleteDBShardID.md) -- [DeleteSpellBook](docs/lua_functions/DeleteSpellBook.md) -- [Despawn](docs/lua_functions/Despawn.md) -- [DespawnByLocationID](docs/lua_functions/DespawnByLocationID.md) -- [DismissPet](docs/lua_functions/DismissPet.md) -- [DisplayText](docs/lua_functions/DisplayText.md) -- [Emote](docs/lua_functions/Emote.md) -- [EnableGameEvent](docs/lua_functions/EnableGameEvent.md) -- [EndAutoMount](docs/lua_functions/EndAutoMount.md) -- [Evac](docs/lua_functions/Evac.md) -- [FaceTarget](docs/lua_functions/FaceTarget.md) -- [FlashWindow](docs/lua_functions/FlashWindow.md) -- [Gate](docs/lua_functions/Gate.md) -- [GetAAInfo](docs/lua_functions/GetAAInfo.md) -- [GetAggroRadius](docs/lua_functions/GetAggroRadius.md) -- [GetAgi](docs/lua_functions/GetAgi.md) -- [GetAgiBase](docs/lua_functions/GetAgiBase.md) -- [GetAlignment](docs/lua_functions/GetAlignment.md) -- [GetArchetypeName](docs/lua_functions/GetArchetypeName.md) -- [GetArrowColor](docs/lua_functions/GetArrowColor.md) -- [GetBaseAggroRadius](docs/lua_functions/GetBaseAggroRadius.md) -- [GetBoundZoneID](docs/lua_functions/GetBoundZoneID.md) -- [GetCanBind](docs/lua_functions/GetCanBind.md) -- [GetCanEvac](docs/lua_functions/GetCanEvac.md) -- [GetCanGate](docs/lua_functions/GetCanGate.md) -- [GetCasterSpellLevel](docs/lua_functions/GetCasterSpellLevel.md) -- [GetCharacterFlag](docs/lua_functions/GetCharacterFlag.md) -- [GetCharacterID](docs/lua_functions/GetCharacterID.md) -- [GetCharmedPet](docs/lua_functions/GetCharmedPet.md) -- [GetChoiceSpawnID](docs/lua_functions/GetChoiceSpawnID.md) -- [GetClass](docs/lua_functions/GetClass.md) -- [GetClassName](docs/lua_functions/GetClassName.md) -- [GetClientVersion](docs/lua_functions/GetClientVersion.md) -- [GetCoinMessage](docs/lua_functions/GetCoinMessage.md) -- [GetCosmeticPet](docs/lua_functions/GetCosmeticPet.md) -- [GetCurrentHP](docs/lua_functions/GetCurrentHP.md) -- [GetCurrentPower](docs/lua_functions/GetCurrentPower.md) -- [GetCurrentZoneSafeLocation](docs/lua_functions/GetCurrentZoneSafeLocation.md) -- [GetDeity](docs/lua_functions/GetDeity.md) -- [GetDeityPet](docs/lua_functions/GetDeityPet.md) -- [GetDifficulty](docs/lua_functions/GetDifficulty.md) -- [GetDistance](docs/lua_functions/GetDistance.md) -- [GetEncounter](docs/lua_functions/GetEncounter.md) -- [GetEncounterSize](docs/lua_functions/GetEncounterSize.md) -- [GetFactionAmount](docs/lua_functions/GetFactionAmount.md) -- [GetFactionID](docs/lua_functions/GetFactionID.md) -- [GetFollowTarget](docs/lua_functions/GetFollowTarget.md) -- [GetGender](docs/lua_functions/GetGender.md) -- [GetGroup](docs/lua_functions/GetGroup.md) -- [GetHateList](docs/lua_functions/GetHateList.md) -- [GetHeading](docs/lua_functions/GetHeading.md) -- [GetID](docs/lua_functions/GetID.md) -- [GetInfoStructFloat](docs/lua_functions/GetInfoStructFloat.md) -- [GetInfoStructSInt](docs/lua_functions/GetInfoStructSInt.md) -- [GetInfoStructString](docs/lua_functions/GetInfoStructString.md) -- [GetInfoStructUInt](docs/lua_functions/GetInfoStructUInt.md) -- [GetInt](docs/lua_functions/GetInt.md) -- [GetIntBase](docs/lua_functions/GetIntBase.md) -- [GetItemCount](docs/lua_functions/GetItemCount.md) -- [GetItemEffectType](docs/lua_functions/GetItemEffectType.md) -- [GetItemID](docs/lua_functions/GetItemID.md) -- [GetItemSkillReq](docs/lua_functions/GetItemSkillReq.md) -- [GetItemType](docs/lua_functions/GetItemType.md) -- [GetLevel](docs/lua_functions/GetLevel.md) -- [GetLootCoin](docs/lua_functions/GetLootCoin.md) -- [GetLootDropType](docs/lua_functions/GetLootDropType.md) -- [GetLootTier](docs/lua_functions/GetLootTier.md) -- [GetMaxHP](docs/lua_functions/GetMaxHP.md) -- [GetMaxHPBase](docs/lua_functions/GetMaxHPBase.md) -- [GetMaxPower](docs/lua_functions/GetMaxPower.md) -- [GetMaxPowerBase](docs/lua_functions/GetMaxPowerBase.md) -- [GetModelType](docs/lua_functions/GetModelType.md) -- [GetMostHated](docs/lua_functions/GetMostHated.md) -- [GetMount](docs/lua_functions/GetMount.md) -- [GetName](docs/lua_functions/GetName.md) -- [GetOrigX](docs/lua_functions/GetOrigX.md) -- [GetOrigY](docs/lua_functions/GetOrigY.md) -- [GetOrigZ](docs/lua_functions/GetOrigZ.md) -- [GetOwner](docs/lua_functions/GetOwner.md) -- [GetPassengerSpawnList](docs/lua_functions/GetPassengerSpawnList.md) -- [GetPCTOfHP](docs/lua_functions/GetPCTOfHP.md) -- [GetPCTOfPower](docs/lua_functions/GetPCTOfPower.md) -- [GetPet](docs/lua_functions/GetPet.md) -- [GetPlayerHistory](docs/lua_functions/GetPlayerHistory.md) -- [GetPlayersInZone](docs/lua_functions/GetPlayersInZone.md) -- [GetQuest](docs/lua_functions/GetQuest.md) -- [GetQuestCompleteCount](docs/lua_functions/GetQuestCompleteCount.md) -- [GetQuestFlags](docs/lua_functions/GetQuestFlags.md) -- [GetQuestStep](docs/lua_functions/GetQuestStep.md) -- [GetQuestStepProgress](docs/lua_functions/GetQuestStepProgress.md) -- [GetRace](docs/lua_functions/GetRace.md) -- [GetRaceBaseType](docs/lua_functions/GetRaceBaseType.md) -- [GetRaceName](docs/lua_functions/GetRaceName.md) -- [GetRaceType](docs/lua_functions/GetRaceType.md) -- [GetRandomSpawnByID](docs/lua_functions/GetRandomSpawnByID.md) -- [GetRuleFlagBool](docs/lua_functions/GetRuleFlagBool.md) -- [GetRuleFlagFloat](docs/lua_functions/GetRuleFlagFloat.md) -- [GetRuleFlagInt32](docs/lua_functions/GetRuleFlagInt32.md) -- [GetRunbackDistance](docs/lua_functions/GetRunbackDistance.md) -- [GetServerVariable](docs/lua_functions/GetServerVariable.md) -- [GetShardCharID](docs/lua_functions/GetShardCharID.md) -- [GetShardCreatedTimestamp](docs/lua_functions/GetShardCreatedTimestamp.md) -- [GetShardID](docs/lua_functions/GetShardID.md) -- [GetSkill](docs/lua_functions/GetSkill.md) -- [GetSkillIDByName](docs/lua_functions/GetSkillIDByName.md) -- [GetSkillMaxValue](docs/lua_functions/GetSkillMaxValue.md) -- [GetSkillName](docs/lua_functions/GetSkillName.md) -- [GetSkillValue](docs/lua_functions/GetSkillValue.md) -- [GetSpawn](docs/lua_functions/GetSpawn.md) -- [GetSpawnByGroupID](docs/lua_functions/GetSpawnByGroupID.md) -- [GetSpawnByLocationID](docs/lua_functions/GetSpawnByLocationID.md) -- [GetSpawnByRailID](docs/lua_functions/GetSpawnByRailID.md) -- [GetSpawnFromList](docs/lua_functions/GetSpawnFromList.md) -- [GetSpawnGroupID](docs/lua_functions/GetSpawnGroupID.md) -- [GetSpawnID](docs/lua_functions/GetSpawnID.md) -- [GetSpawnListByRailID](docs/lua_functions/GetSpawnListByRailID.md) -- [GetSpawnListBySpawnID](docs/lua_functions/GetSpawnListBySpawnID.md) -- [GetSpawnListSize](docs/lua_functions/GetSpawnListSize.md) -- [GetSpawnLocationID](docs/lua_functions/GetSpawnLocationID.md) -- [GetSpawnLocationPlacementID](docs/lua_functions/GetSpawnLocationPlacementID.md) -- [GetSpeed](docs/lua_functions/GetSpeed.md) -- [GetSpell](docs/lua_functions/GetSpell.md) -- [GetSpellCaster](docs/lua_functions/GetSpellCaster.md) -- [GetSpellData](docs/lua_functions/GetSpellData.md) -- [GetSpellDataIndex](docs/lua_functions/GetSpellDataIndex.md) -- [GetSpellDisplayEffect](docs/lua_functions/GetSpellDisplayEffect.md) -- [GetSpellID](docs/lua_functions/GetSpellID.md) -- [GetSpellInitialTarget](docs/lua_functions/GetSpellInitialTarget.md) -- [GetSpellName](docs/lua_functions/GetSpellName.md) -- [GetSpellRequiredLevel](docs/lua_functions/GetSpellRequiredLevel.md) -- [GetSpellTargets](docs/lua_functions/GetSpellTargets.md) -- [GetSpellTier](docs/lua_functions/GetSpellTier.md) -- [GetSpellTriggerCount](docs/lua_functions/GetSpellTriggerCount.md) -- [GetSta](docs/lua_functions/GetSta.md) -- [GetStaBase](docs/lua_functions/GetStaBase.md) -- [GetStr](docs/lua_functions/GetStr.md) -- [GetStrBase](docs/lua_functions/GetStrBase.md) -- [GetTarget](docs/lua_functions/GetTarget.md) -- [GetTaskGroupStep](docs/lua_functions/GetTaskGroupStep.md) -- [GetTemporaryTransportID](docs/lua_functions/GetTemporaryTransportID.md) -- [GetTempVariable](docs/lua_functions/GetTempVariable.md) -- [GetTradeskillClass](docs/lua_functions/GetTradeskillClass.md) -- [GetTradeskillClassName](docs/lua_functions/GetTradeskillClassName.md) -- [GetTradeskillLevel](docs/lua_functions/GetTradeskillLevel.md) -- [GetTSArrowColor](docs/lua_functions/GetTSArrowColor.md) -- [GetTutorialStep](docs/lua_functions/GetTutorialStep.md) -- [GetVariableValue](docs/lua_functions/GetVariableValue.md) -- [GetWardAmountLeft](docs/lua_functions/GetWardAmountLeft.md) -- [GetWardValue](docs/lua_functions/GetWardValue.md) -- [GetWis](docs/lua_functions/GetWis.md) -- [GetWisBase](docs/lua_functions/GetWisBase.md) -- [GetWorldTimeHour](docs/lua_functions/GetWorldTimeHour.md) -- [GetWorldTimeMinute](docs/lua_functions/GetWorldTimeMinute.md) -- [GetWorldTimeMonth](docs/lua_functions/GetWorldTimeMonth.md) -- [GetWorldTimeYear](docs/lua_functions/GetWorldTimeYear.md) -- [GetX](docs/lua_functions/GetX.md) -- [GetY](docs/lua_functions/GetY.md) -- [GetZ](docs/lua_functions/GetZ.md) -- [GetZone](docs/lua_functions/GetZone.md) -- [GetZoneExpansionFlag](docs/lua_functions/GetZoneExpansionFlag.md) -- [GetZoneHolidayFlag](docs/lua_functions/GetZoneHolidayFlag.md) -- [GetZoneID](docs/lua_functions/GetZoneID.md) -- [GetZoneLockoutTimer](docs/lua_functions/GetZoneLockoutTimer.md) -- [GetZoneName](docs/lua_functions/GetZoneName.md) -- [GetZonePlayerAvgLevel](docs/lua_functions/GetZonePlayerAvgLevel.md) -- [GetZonePlayerFirstLevel](docs/lua_functions/GetZonePlayerFirstLevel.md) -- [GetZonePlayerMaxLevel](docs/lua_functions/GetZonePlayerMaxLevel.md) -- [GetZonePlayerMinLevel](docs/lua_functions/GetZonePlayerMinLevel.md) -- [GiveExp](docs/lua_functions/GiveExp.md) -- [GiveLoot](docs/lua_functions/GiveLoot.md) -- [GiveQuestItem](docs/lua_functions/GiveQuestItem.md) -- [GiveQuestReward](docs/lua_functions/GiveQuestReward.md) -- [HandInCollections](docs/lua_functions/HandInCollections.md) -- [Harvest](docs/lua_functions/Harvest.md) -- [HasCoin](docs/lua_functions/HasCoin.md) -- [HasCollectionsToHandIn](docs/lua_functions/HasCollectionsToHandIn.md) -- [HasCompletedQuest](docs/lua_functions/HasCompletedQuest.md) -- [HasControlEffect](docs/lua_functions/HasControlEffect.md) -- [HasFreeSlot](docs/lua_functions/HasFreeSlot.md) -- [HasGroup](docs/lua_functions/HasGroup.md) -- [HasItem](docs/lua_functions/HasItem.md) -- [HasItemEquipped](docs/lua_functions/HasItemEquipped.md) -- [HasLanguage](docs/lua_functions/HasLanguage.md) -- [HasLootItem](docs/lua_functions/HasLootItem.md) -- [HasMoved](docs/lua_functions/HasMoved.md) -- [HasPendingLoot](docs/lua_functions/HasPendingLoot.md) -- [HasPendingLootItem](docs/lua_functions/HasPendingLootItem.md) -- [HasPendingQuest](docs/lua_functions/HasPendingQuest.md) -- [HasQuest](docs/lua_functions/HasQuest.md) -- [HasQuestRewardItem](docs/lua_functions/HasQuestRewardItem.md) -- [HasRecipeBook](docs/lua_functions/HasRecipeBook.md) -- [HasRecovered](docs/lua_functions/HasRecovered.md) -- [HasSkill](docs/lua_functions/HasSkill.md) -- [HasSpell](docs/lua_functions/HasSpell.md) -- [HasSpellEffect](docs/lua_functions/HasSpellEffect.md) -- [HasSpellImmunity](docs/lua_functions/HasSpellImmunity.md) -- [IncreaseSkillCapsByType](docs/lua_functions/IncreaseSkillCapsByType.md) -- [InFront](docs/lua_functions/InFront.md) -- [InLava](docs/lua_functions/InLava.md) -- [InstructionWindow](docs/lua_functions/InstructionWindow.md) -- [InstructionWindowClose](docs/lua_functions/InstructionWindowClose.md) -- [InstructionWindowGoal](docs/lua_functions/InstructionWindowGoal.md) -- [Interrupt](docs/lua_functions/Interrupt.md) -- [InWater](docs/lua_functions/InWater.md) -- [IsAlive](docs/lua_functions/IsAlive.md) -- [IsBehind](docs/lua_functions/IsBehind.md) -- [IsBindAllowed](docs/lua_functions/IsBindAllowed.md) -- [IsCasting](docs/lua_functions/IsCasting.md) -- [IsCastOnAggroComplete](docs/lua_functions/IsCastOnAggroComplete.md) -- [IsEntity](docs/lua_functions/IsEntity.md) -- [IsEpic](docs/lua_functions/IsEpic.md) -- [IsFlanking](docs/lua_functions/IsFlanking.md) -- [IsFollowing](docs/lua_functions/IsFollowing.md) -- [IsGateAllowed](docs/lua_functions/IsGateAllowed.md) -- [IsGroundSpawn](docs/lua_functions/IsGroundSpawn.md) -- [IsHeroic](docs/lua_functions/IsHeroic.md) -- [IsInCombat](docs/lua_functions/IsInCombat.md) -- [IsInvis](docs/lua_functions/IsInvis.md) -- [IsInvulnerable](docs/lua_functions/IsInvulnerable.md) -- [IsMezzed](docs/lua_functions/IsMezzed.md) -- [IsMezzedOrStunned](docs/lua_functions/IsMezzedOrStunned.md) -- [IsNight](docs/lua_functions/IsNight.md) -- [IsOnAutoMount](docs/lua_functions/IsOnAutoMount.md) -- [IsOpen](docs/lua_functions/IsOpen.md) -- [IsPet](docs/lua_functions/IsPet.md) -- [IsPlayer](docs/lua_functions/IsPlayer.md) -- [IsRunning](docs/lua_functions/IsRunning.md) -- [IsSpawnGroupAlive](docs/lua_functions/IsSpawnGroupAlive.md) -- [IsStealthed](docs/lua_functions/IsStealthed.md) -- [IsStunned](docs/lua_functions/IsStunned.md) -- [IsTransportSpawn](docs/lua_functions/IsTransportSpawn.md) -- [IsZoneLoading](docs/lua_functions/IsZoneLoading.md) -- [KillSpawn](docs/lua_functions/KillSpawn.md) -- [KillSpawnByDistance](docs/lua_functions/KillSpawnByDistance.md) -- [Knockback](docs/lua_functions/Knockback.md) -- [LastSpellAttackHit](docs/lua_functions/LastSpellAttackHit.md) -- [MakeRandomFloat](docs/lua_functions/MakeRandomFloat.md) -- [MakeRandomInt](docs/lua_functions/MakeRandomInt.md) -- [ModifyHP](docs/lua_functions/ModifyHP.md) -- [ModifyMaxHP](docs/lua_functions/ModifyMaxHP.md) -- [ModifyMaxPower](docs/lua_functions/ModifyMaxPower.md) -- [ModifyPower](docs/lua_functions/ModifyPower.md) -- [MovementLoopAdd](docs/lua_functions/MovementLoopAdd.md) -- [MoveToLocation](docs/lua_functions/MoveToLocation.md) -- [OfferQuest](docs/lua_functions/OfferQuest.md) -- [OpenDoor](docs/lua_functions/OpenDoor.md) -- [PauseMovement](docs/lua_functions/PauseMovement.md) -- [PlayAnimation](docs/lua_functions/PlayAnimation.md) -- [PlayAnimationString](docs/lua_functions/PlayAnimationString.md) -- [PlayFlavor](docs/lua_functions/PlayFlavor.md) -- [PlayFlavorID](docs/lua_functions/PlayFlavorID.md) -- [PlaySound](docs/lua_functions/PlaySound.md) -- [PlayVoice](docs/lua_functions/PlayVoice.md) -- [ProcDamage](docs/lua_functions/ProcDamage.md) -- [ProcessMelee](docs/lua_functions/ProcessMelee.md) -- [ProcessSpell](docs/lua_functions/ProcessSpell.md) -- [ProcHate](docs/lua_functions/ProcHate.md) -- [ProvidesQuest](docs/lua_functions/ProvidesQuest.md) -- [QuestIsComplete](docs/lua_functions/QuestIsComplete.md) -- [QuestReturnNPC](docs/lua_functions/QuestReturnNPC.md) -- [QuestStepIsComplete](docs/lua_functions/QuestStepIsComplete.md) -- [RegisterQuest](docs/lua_functions/RegisterQuest.md) -- [RemoveCoin](docs/lua_functions/RemoveCoin.md) -- [RemoveControlEffect](docs/lua_functions/RemoveControlEffect.md) -- [RemoveIconValue](docs/lua_functions/RemoveIconValue.md) -- [RemoveImmunitySpell](docs/lua_functions/RemoveImmunitySpell.md) -- [RemoveInvis](docs/lua_functions/RemoveInvis.md) -- [RemoveItem](docs/lua_functions/RemoveItem.md) -- [RemoveLootItem](docs/lua_functions/RemoveLootItem.md) -- [RemovePrimaryEntityCommand](docs/lua_functions/RemovePrimaryEntityCommand.md) -- [RemoveProc](docs/lua_functions/RemoveProc.md) -- [RemoveQuestStep](docs/lua_functions/RemoveQuestStep.md) -- [RemoveRecipeFromPlayer](docs/lua_functions/RemoveRecipeFromPlayer.md) -- [RemoveRegion](docs/lua_functions/RemoveRegion.md) -- [RemoveSkill](docs/lua_functions/RemoveSkill.md) -- [RemoveSkillBonus](docs/lua_functions/RemoveSkillBonus.md) -- [RemoveSpawnAccess](docs/lua_functions/RemoveSpawnAccess.md) -- [RemoveSpawnIDAccess](docs/lua_functions/RemoveSpawnIDAccess.md) -- [RemoveSpawnSpellBonus](docs/lua_functions/RemoveSpawnSpellBonus.md) -- [RemoveSpellBonus](docs/lua_functions/RemoveSpellBonus.md) -- [RemoveSpellBookEntry](docs/lua_functions/RemoveSpellBookEntry.md) -- [RemoveStealth](docs/lua_functions/RemoveStealth.md) -- [RemoveThreatTransfer](docs/lua_functions/RemoveThreatTransfer.md) -- [RemoveTriggerFromSpell](docs/lua_functions/RemoveTriggerFromSpell.md) -- [RemoveWard](docs/lua_functions/RemoveWard.md) -- [RemoveWaypoint](docs/lua_functions/RemoveWaypoint.md) -- [RemoveWidgetFromSpawnMap](docs/lua_functions/RemoveWidgetFromSpawnMap.md) -- [RemoveWidgetFromZoneMap](docs/lua_functions/RemoveWidgetFromZoneMap.md) -- [ReplaceWidgetFromClient](docs/lua_functions/ReplaceWidgetFromClient.md) -- [ResetCharacterTitlePrefix](docs/lua_functions/ResetCharacterTitlePrefix.md) -- [ResetCharacterTitleSuffix](docs/lua_functions/ResetCharacterTitleSuffix.md) -- [ResetIllusion](docs/lua_functions/ResetIllusion.md) -- [ResetQuestStep](docs/lua_functions/ResetQuestStep.md) -- [Resurrect](docs/lua_functions/Resurrect.md) -- [Runback](docs/lua_functions/Runback.md) -- [Say](docs/lua_functions/Say.md) -- [SayOOC](docs/lua_functions/SayOOC.md) -- [SendHearCast](docs/lua_functions/SendHearCast.md) -- [SendMessage](docs/lua_functions/SendMessage.md) -- [SendNewAdventureSpells](docs/lua_functions/SendNewAdventureSpells.md) -- [SendNewTradeskillSpells](docs/lua_functions/SendNewTradeskillSpells.md) -- [SendOptionWindow](docs/lua_functions/SendOptionWindow.md) -- [SendPopUpMessage](docs/lua_functions/SendPopUpMessage.md) -- [SendStateCommand](docs/lua_functions/SendStateCommand.md) -- [SendTimeUpdate](docs/lua_functions/SendTimeUpdate.md) -- [SendTransporters](docs/lua_functions/SendTransporters.md) -- [SendUpdateDefaultCommand](docs/lua_functions/SendUpdateDefaultCommand.md) -- [SendWaypoints](docs/lua_functions/SendWaypoints.md) -- [SetAAInfo](docs/lua_functions/SetAAInfo.md) -- [SetAccessToEntityCommand](docs/lua_functions/SetAccessToEntityCommand.md) -- [SetAccessToEntityCommandByCharID](docs/lua_functions/SetAccessToEntityCommandByCharID.md) -- [SetAdventureClass](docs/lua_functions/SetAdventureClass.md) -- [SetAggroRadius](docs/lua_functions/SetAggroRadius.md) -- [SetAgi](docs/lua_functions/SetAgi.md) -- [SetAgiBase](docs/lua_functions/SetAgiBase.md) -- [SetAlignment](docs/lua_functions/SetAlignment.md) -- [SetAttackable](docs/lua_functions/SetAttackable.md) -- [SetBrainTick](docs/lua_functions/SetBrainTick.md) -- [SetCanBind](docs/lua_functions/SetCanBind.md) -- [SetCanEvac](docs/lua_functions/SetCanEvac.md) -- [SetCanGate](docs/lua_functions/SetCanGate.md) -- [SetCastOnAggroComplete](docs/lua_functions/SetCastOnAggroComplete.md) -- [SetCharacterTitlePrefix](docs/lua_functions/SetCharacterTitlePrefix.md) -- [SetCharacterTitleSuffix](docs/lua_functions/SetCharacterTitleSuffix.md) -- [SetCharSheetChanged](docs/lua_functions/SetCharSheetChanged.md) -- [SetCoinTmpReward](docs/lua_functions/SetCoinTmpReward.md) -- [SetCompletedDescription](docs/lua_functions/SetCompletedDescription.md) -- [SetCompleteFlag](docs/lua_functions/SetCompleteFlag.md) -- [SetCurrentHP](docs/lua_functions/SetCurrentHP.md) -- [SetCurrentPower](docs/lua_functions/SetCurrentPower.md) -- [SetDeity](docs/lua_functions/SetDeity.md) -- [SetFactionID](docs/lua_functions/SetFactionID.md) -- [SetFailureTimer](docs/lua_functions/SetFailureTimer.md) -- [SetFollowTarget](docs/lua_functions/SetFollowTarget.md) -- [SetGridID](docs/lua_functions/SetGridID.md) -- [SetHeading](docs/lua_functions/SetHeading.md) -- [SetIllusion](docs/lua_functions/SetIllusion.md) -- [SetInCombat](docs/lua_functions/SetInCombat.md) -- [SetInfoFlag](docs/lua_functions/SetInfoFlag.md) -- [SetInfoStructFloat](docs/lua_functions/SetInfoStructFloat.md) -- [SetInfoStructSInt](docs/lua_functions/SetInfoStructSInt.md) -- [SetInfoStructString](docs/lua_functions/SetInfoStructString.md) -- [SetInfoStructUInt](docs/lua_functions/SetInfoStructUInt.md) -- [SetInt](docs/lua_functions/SetInt.md) -- [SetIntBase](docs/lua_functions/SetIntBase.md) -- [SetInvulnerable](docs/lua_functions/SetInvulnerable.md) -- [SetItemCount](docs/lua_functions/SetItemCount.md) -- [SetLocationProximityFunction](docs/lua_functions/SetLocationProximityFunction.md) -- [SetLootCoin](docs/lua_functions/SetLootCoin.md) -- [SetLootDropType](docs/lua_functions/SetLootDropType.md) -- [SetLootTier](docs/lua_functions/SetLootTier.md) -- [SetLuaBrain](docs/lua_functions/SetLuaBrain.md) -- [SetMaxHP](docs/lua_functions/SetMaxHP.md) -- [SetMaxHPBase](docs/lua_functions/SetMaxHPBase.md) -- [SetMaxPower](docs/lua_functions/SetMaxPower.md) -- [SetMaxPowerBase](docs/lua_functions/SetMaxPowerBase.md) -- [SetModelType](docs/lua_functions/SetModelType.md) -- [SetMount](docs/lua_functions/SetMount.md) -- [SetMountColor](docs/lua_functions/SetMountColor.md) -- [SetPlayerHistory](docs/lua_functions/SetPlayerHistory.md) -- [SetPlayerLevel](docs/lua_functions/SetPlayerLevel.md) -- [SetPlayerPOVGhost](docs/lua_functions/SetPlayerPOVGhost.md) -- [SetPlayerProximityFunction](docs/lua_functions/SetPlayerProximityFunction.md) -- [SetPosition](docs/lua_functions/SetPosition.md) -- [SetQuestCompleteAction](docs/lua_functions/SetQuestCompleteAction.md) -- [SetQuestFeatherColor](docs/lua_functions/SetQuestFeatherColor.md) -- [SetQuestFlags](docs/lua_functions/SetQuestFlags.md) -- [SetQuestPrereqLevel](docs/lua_functions/SetQuestPrereqLevel.md) -- [SetQuestRepeatable](docs/lua_functions/SetQuestRepeatable.md) -- [SetQuestRewardComment](docs/lua_functions/SetQuestRewardComment.md) -- [SetQuestRewardExp](docs/lua_functions/SetQuestRewardExp.md) -- [SetQuestRewardStatus](docs/lua_functions/SetQuestRewardStatus.md) -- [SetQuestTimer](docs/lua_functions/SetQuestTimer.md) -- [SetQuestTimerComplete](docs/lua_functions/SetQuestTimerComplete.md) -- [SetQuestYellow](docs/lua_functions/SetQuestYellow.md) -- [SetRailID](docs/lua_functions/SetRailID.md) -- [SetRequiredHistory](docs/lua_functions/SetRequiredHistory.md) -- [SetRequiredQuest](docs/lua_functions/SetRequiredQuest.md) -- [SetSeeHide](docs/lua_functions/SetSeeHide.md) -- [SetSeeInvis](docs/lua_functions/SetSeeInvis.md) -- [SetServerControlFlag](docs/lua_functions/SetServerControlFlag.md) -- [SetServerVariable](docs/lua_functions/SetServerVariable.md) -- [SetSkillMaxValue](docs/lua_functions/SetSkillMaxValue.md) -- [SetSkillValue](docs/lua_functions/SetSkillValue.md) -- [SetSpawnAnimation](docs/lua_functions/SetSpawnAnimation.md) -- [SetSpawnGroupID](docs/lua_functions/SetSpawnGroupID.md) -- [SetSpeed](docs/lua_functions/SetSpeed.md) -- [SetSpeedMultiplier](docs/lua_functions/SetSpeedMultiplier.md) -- [SetSpellData](docs/lua_functions/SetSpellData.md) -- [SetSpellDataIndex](docs/lua_functions/SetSpellDataIndex.md) -- [SetSpellDisplayEffect](docs/lua_functions/SetSpellDisplayEffect.md) -- [SetSpellList](docs/lua_functions/SetSpellList.md) -- [SetSpellSnareValue](docs/lua_functions/SetSpellSnareValue.md) -- [SetSpellTriggerCount](docs/lua_functions/SetSpellTriggerCount.md) -- [SetSta](docs/lua_functions/SetSta.md) -- [SetStaBase](docs/lua_functions/SetStaBase.md) -- [SetStatusTmpReward](docs/lua_functions/SetStatusTmpReward.md) -- [SetStepComplete](docs/lua_functions/SetStepComplete.md) -- [SetStepFailed](docs/lua_functions/SetStepFailed.md) -- [SetStr](docs/lua_functions/SetStr.md) -- [SetStrBase](docs/lua_functions/SetStrBase.md) -- [SetSuccessTimer](docs/lua_functions/SetSuccessTimer.md) -- [SetTarget](docs/lua_functions/SetTarget.md) -- [SetTemporaryTransportID](docs/lua_functions/SetTemporaryTransportID.md) -- [SetTempVariable](docs/lua_functions/SetTempVariable.md) -- [SetTradeskillClass](docs/lua_functions/SetTradeskillClass.md) -- [SetTradeskillLevel](docs/lua_functions/SetTradeskillLevel.md) -- [SetTutorialStep](docs/lua_functions/SetTutorialStep.md) -- [SetVision](docs/lua_functions/SetVision.md) -- [SetVisualFlag](docs/lua_functions/SetVisualFlag.md) -- [SetWis](docs/lua_functions/SetWis.md) -- [SetWisBase](docs/lua_functions/SetWisBase.md) -- [SetWorldTime](docs/lua_functions/SetWorldTime.md) -- [SetZoneExpansionFlag](docs/lua_functions/SetZoneExpansionFlag.md) -- [SetZoneHolidayFlag](docs/lua_functions/SetZoneHolidayFlag.md) -- [Shout](docs/lua_functions/Shout.md) -- [ShowLootWindow](docs/lua_functions/ShowLootWindow.md) -- [ShowWindow](docs/lua_functions/ShowWindow.md) -- [Spawn](docs/lua_functions/Spawn.md) -- [SpawnByLocationID](docs/lua_functions/SpawnByLocationID.md) -- [SpawnGroupByID](docs/lua_functions/SpawnGroupByID.md) -- [SpawnMove](docs/lua_functions/SpawnMove.md) -- [SpawnSet](docs/lua_functions/SpawnSet.md) -- [SpawnSetByDistance](docs/lua_functions/SpawnSetByDistance.md) -- [SpellDamage](docs/lua_functions/SpellDamage.md) -- [SpellDamageExt](docs/lua_functions/SpellDamageExt.md) -- [SpellHeal](docs/lua_functions/SpellHeal.md) -- [SpellHealPct](docs/lua_functions/SpellHealPct.md) -- [StartAutoMount](docs/lua_functions/StartAutoMount.md) -- [StartConversation](docs/lua_functions/StartConversation.md) -- [StartDialogConversation](docs/lua_functions/StartDialogConversation.md) -- [StartHeroicOpportunity](docs/lua_functions/StartHeroicOpportunity.md) -- [StartTransmute](docs/lua_functions/StartTransmute.md) -- [Stealth](docs/lua_functions/Stealth.md) -- [StopMovement](docs/lua_functions/StopMovement.md) -- [StopTimer](docs/lua_functions/StopTimer.md) -- [SummonCosmeticPet](docs/lua_functions/SummonCosmeticPet.md) -- [SummonDeityPet](docs/lua_functions/SummonDeityPet.md) -- [SummonDumbFirePet](docs/lua_functions/SummonDumbFirePet.md) -- [SummonItem](docs/lua_functions/SummonItem.md) -- [SummonPet](docs/lua_functions/SummonPet.md) -- [ToggleCharacterFlag](docs/lua_functions/ToggleCharacterFlag.md) -- [ToggleFollow](docs/lua_functions/ToggleFollow.md) -- [ToggleTracking](docs/lua_functions/ToggleTracking.md) -- [UpdateQuestDescription](docs/lua_functions/UpdateQuestDescription.md) -- [UpdateQuestStepDescription](docs/lua_functions/UpdateQuestStepDescription.md) -- [UpdateQuestTaskGroupDescription](docs/lua_functions/UpdateQuestTaskGroupDescription.md) -- [UpdateQuestZone](docs/lua_functions/UpdateQuestZone.md) -- [UseWidget](docs/lua_functions/UseWidget.md) -- [Zone](docs/lua_functions/Zone.md) +- [AddCharacterTitle](./lua_functions/AddCharacterTitle.md) +- [AddCoin](./lua_functions/AddCoin.md) +- [AddControlEffect](./lua_functions/AddControlEffect.md) +- [AddConversationOption](./lua_functions/AddConversationOption.md) +- [AddHate](./lua_functions/AddHate.md) +- [AddIconValue](./lua_functions/AddIconValue.md) +- [AddImmunitySpell](./lua_functions/AddImmunitySpell.md) +- [AddItem](./lua_functions/AddItem.md) +- [AddLanguage](./lua_functions/AddLanguage.md) +- [AddLootCoin](./lua_functions/AddLootCoin.md) +- [AddLootItem](./lua_functions/AddLootItem.md) +- [AddMasterTitle](./lua_functions/AddMasterTitle.md) +- [AddMultiFloorLift](./lua_functions/AddMultiFloorLift.md) +- [AddOptionWindowOption](./lua_functions/AddOptionWindowOption.md) +- [AddPlayerMail](./lua_functions/AddPlayerMail.md) +- [AddPlayerMailByCharID](./lua_functions/AddPlayerMailByCharID.md) +- [AddPrimaryEntityCommand](./lua_functions/AddPrimaryEntityCommand.md) +- [AddPrimaryEntityCommandAllSpawns](./lua_functions/AddPrimaryEntityCommandAllSpawns.md) +- [AddProc](./lua_functions/AddProc.md) +- [AddProcExt](./lua_functions/AddProcExt.md) +- [AddQuestPrereqClass](./lua_functions/AddQuestPrereqClass.md) +- [AddQuestPrereqFaction](./lua_functions/AddQuestPrereqFaction.md) +- [AddQuestPrereqItem](./lua_functions/AddQuestPrereqItem.md) +- [AddQuestPrereqModelType](./lua_functions/AddQuestPrereqModelType.md) +- [AddQuestPrereqQuest](./lua_functions/AddQuestPrereqQuest.md) +- [AddQuestPrereqRace](./lua_functions/AddQuestPrereqRace.md) +- [AddQuestPrereqTradeskillClass](./lua_functions/AddQuestPrereqTradeskillClass.md) +- [AddQuestPrereqTradeskillLevel](./lua_functions/AddQuestPrereqTradeskillLevel.md) +- [AddQuestRewardCoin](./lua_functions/AddQuestRewardCoin.md) +- [AddQuestRewardFaction](./lua_functions/AddQuestRewardFaction.md) +- [AddQuestRewardItem](./lua_functions/AddQuestRewardItem.md) +- [AddQuestSelectableRewardItem](./lua_functions/AddQuestSelectableRewardItem.md) +- [AddQuestStep](./lua_functions/AddQuestStep.md) +- [AddQuestStepChat](./lua_functions/AddQuestStepChat.md) +- [AddQuestStepCompleteAction](./lua_functions/AddQuestStepCompleteAction.md) +- [AddQuestStepCraft](./lua_functions/AddQuestStepCraft.md) +- [AddQuestStepFailureAction](./lua_functions/AddQuestStepFailureAction.md) +- [AddQuestStepHarvest](./lua_functions/AddQuestStepHarvest.md) +- [AddQuestStepKill](./lua_functions/AddQuestStepKill.md) +- [AddQuestStepKillByRace](./lua_functions/AddQuestStepKillByRace.md) +- [AddQuestStepLocation](./lua_functions/AddQuestStepLocation.md) +- [AddQuestStepObtainItem](./lua_functions/AddQuestStepObtainItem.md) +- [AddQuestStepProgressAction](./lua_functions/AddQuestStepProgressAction.md) +- [AddQuestStepSpell](./lua_functions/AddQuestStepSpell.md) +- [AddQuestStepZoneLoc](./lua_functions/AddQuestStepZoneLoc.md) +- [AddQuestUsableItem](./lua_functions/AddQuestUsableItem.md) +- [AddRecipeBookToPlayer](./lua_functions/AddRecipeBookToPlayer.md) +- [AddRespawn](./lua_functions/AddRespawn.md) +- [AddSkill](./lua_functions/AddSkill.md) +- [AddSkillBonus](./lua_functions/AddSkillBonus.md) +- [AddSpawnAccess](./lua_functions/AddSpawnAccess.md) +- [AddSpawnIDAccess](./lua_functions/AddSpawnIDAccess.md) +- [AddSpawnProximity](./lua_functions/AddSpawnProximity.md) +- [AddSpawnSpellBonus](./lua_functions/AddSpawnSpellBonus.md) +- [AddSpawnToGroup](./lua_functions/AddSpawnToGroup.md) +- [AddSpellBonus](./lua_functions/AddSpellBonus.md) +- [AddSpellBookEntry](./lua_functions/AddSpellBookEntry.md) +- [AddSpellTimer](./lua_functions/AddSpellTimer.md) +- [AddStepProgress](./lua_functions/AddStepProgress.md) +- [AddThreatTransfer](./lua_functions/AddThreatTransfer.md) +- [AddTimer](./lua_functions/AddTimer.md) +- [AddToWard](./lua_functions/AddToWard.md) +- [AddTransportSpawn](./lua_functions/AddTransportSpawn.md) +- [AddWard](./lua_functions/AddWard.md) +- [AddWaypoint](./lua_functions/AddWaypoint.md) +- [ApplySpellVisual](./lua_functions/ApplySpellVisual.md) +- [Attack](./lua_functions/Attack.md) +- [Bind](./lua_functions/Bind.md) +- [BlurVision](./lua_functions/BlurVision.md) +- [BreatheUnderwater](./lua_functions/BreatheUnderwater.md) +- [CancelSpell](./lua_functions/CancelSpell.md) +- [CanHarvest](./lua_functions/CanHarvest.md) +- [CanReceiveQuest](./lua_functions/CanReceiveQuest.md) +- [CanSeeInvis](./lua_functions/CanSeeInvis.md) +- [CastCustomSpell](./lua_functions/CastCustomSpell.md) +- [CastEntityCommand](./lua_functions/CastEntityCommand.md) +- [CastSpell](./lua_functions/CastSpell.md) +- [ChangeFaction](./lua_functions/ChangeFaction.md) +- [ChangeHandIcon](./lua_functions/ChangeHandIcon.md) +- [Charm](./lua_functions/Charm.md) +- [CheckLOS](./lua_functions/CheckLOS.md) +- [CheckLOSByCoordinates](./lua_functions/CheckLOSByCoordinates.md) +- [CheckRaceType](./lua_functions/CheckRaceType.md) +- [ClearChoice](./lua_functions/ClearChoice.md) +- [ClearEncounter](./lua_functions/ClearEncounter.md) +- [ClearHate](./lua_functions/ClearHate.md) +- [ClearRunback](./lua_functions/ClearRunback.md) +- [ClearRunningLocations](./lua_functions/ClearRunningLocations.md) +- [CloseConversation](./lua_functions/CloseConversation.md) +- [CloseDoor](./lua_functions/CloseDoor.md) +- [CloseItemConversation](./lua_functions/CloseItemConversation.md) +- [CompareSpawns](./lua_functions/CompareSpawns.md) +- [CompleteTransmute](./lua_functions/CompleteTransmute.md) +- [CopySpawnAppearance](./lua_functions/CopySpawnAppearance.md) +- [CreateChoiceWindow](./lua_functions/CreateChoiceWindow.md) +- [CreateConversation](./lua_functions/CreateConversation.md) +- [CreateOptionWindow](./lua_functions/CreateOptionWindow.md) +- [CreatePersistedRespawn](./lua_functions/CreatePersistedRespawn.md) +- [CreateWidgetRegion](./lua_functions/CreateWidgetRegion.md) +- [CureByControlEffect](./lua_functions/CureByControlEffect.md) +- [CureByType](./lua_functions/CureByType.md) +- [DamageEquippedItems](./lua_functions/DamageEquippedItems.md) +- [DamageSpawn](./lua_functions/DamageSpawn.md) +- [DeleteDBShardID](./lua_functions/DeleteDBShardID.md) +- [DeleteSpellBook](./lua_functions/DeleteSpellBook.md) +- [Despawn](./lua_functions/Despawn.md) +- [DespawnByLocationID](./lua_functions/DespawnByLocationID.md) +- [DismissPet](./lua_functions/DismissPet.md) +- [DisplayText](./lua_functions/DisplayText.md) +- [Emote](./lua_functions/Emote.md) +- [EnableGameEvent](./lua_functions/EnableGameEvent.md) +- [EndAutoMount](./lua_functions/EndAutoMount.md) +- [Evac](./lua_functions/Evac.md) +- [FaceTarget](./lua_functions/FaceTarget.md) +- [FlashWindow](./lua_functions/FlashWindow.md) +- [Gate](./lua_functions/Gate.md) +- [GetAAInfo](./lua_functions/GetAAInfo.md) +- [GetAggroRadius](./lua_functions/GetAggroRadius.md) +- [GetAgi](./lua_functions/GetAgi.md) +- [GetAgiBase](./lua_functions/GetAgiBase.md) +- [GetAlignment](./lua_functions/GetAlignment.md) +- [GetArchetypeName](./lua_functions/GetArchetypeName.md) +- [GetArrowColor](./lua_functions/GetArrowColor.md) +- [GetBaseAggroRadius](./lua_functions/GetBaseAggroRadius.md) +- [GetBoundZoneID](./lua_functions/GetBoundZoneID.md) +- [GetCanBind](./lua_functions/GetCanBind.md) +- [GetCanEvac](./lua_functions/GetCanEvac.md) +- [GetCanGate](./lua_functions/GetCanGate.md) +- [GetCasterSpellLevel](./lua_functions/GetCasterSpellLevel.md) +- [GetCharacterFlag](./lua_functions/GetCharacterFlag.md) +- [GetCharacterID](./lua_functions/GetCharacterID.md) +- [GetCharmedPet](./lua_functions/GetCharmedPet.md) +- [GetChoiceSpawnID](./lua_functions/GetChoiceSpawnID.md) +- [GetClass](./lua_functions/GetClass.md) +- [GetClassName](./lua_functions/GetClassName.md) +- [GetClientVersion](./lua_functions/GetClientVersion.md) +- [GetCoinMessage](./lua_functions/GetCoinMessage.md) +- [GetCosmeticPet](./lua_functions/GetCosmeticPet.md) +- [GetCurrentHP](./lua_functions/GetCurrentHP.md) +- [GetCurrentPower](./lua_functions/GetCurrentPower.md) +- [GetCurrentZoneSafeLocation](./lua_functions/GetCurrentZoneSafeLocation.md) +- [GetDeity](./lua_functions/GetDeity.md) +- [GetDeityPet](./lua_functions/GetDeityPet.md) +- [GetDifficulty](./lua_functions/GetDifficulty.md) +- [GetDistance](./lua_functions/GetDistance.md) +- [GetEncounter](./lua_functions/GetEncounter.md) +- [GetEncounterSize](./lua_functions/GetEncounterSize.md) +- [GetFactionAmount](./lua_functions/GetFactionAmount.md) +- [GetFactionID](./lua_functions/GetFactionID.md) +- [GetFollowTarget](./lua_functions/GetFollowTarget.md) +- [GetGender](./lua_functions/GetGender.md) +- [GetGroup](./lua_functions/GetGroup.md) +- [GetHateList](./lua_functions/GetHateList.md) +- [GetHeading](./lua_functions/GetHeading.md) +- [GetID](./lua_functions/GetID.md) +- [GetInfoStructFloat](./lua_functions/GetInfoStructFloat.md) +- [GetInfoStructSInt](./lua_functions/GetInfoStructSInt.md) +- [GetInfoStructString](./lua_functions/GetInfoStructString.md) +- [GetInfoStructUInt](./lua_functions/GetInfoStructUInt.md) +- [GetInt](./lua_functions/GetInt.md) +- [GetIntBase](./lua_functions/GetIntBase.md) +- [GetItemCount](./lua_functions/GetItemCount.md) +- [GetItemEffectType](./lua_functions/GetItemEffectType.md) +- [GetItemID](./lua_functions/GetItemID.md) +- [GetItemSkillReq](./lua_functions/GetItemSkillReq.md) +- [GetItemType](./lua_functions/GetItemType.md) +- [GetLevel](./lua_functions/GetLevel.md) +- [GetLootCoin](./lua_functions/GetLootCoin.md) +- [GetLootDropType](./lua_functions/GetLootDropType.md) +- [GetLootTier](./lua_functions/GetLootTier.md) +- [GetMaxHP](./lua_functions/GetMaxHP.md) +- [GetMaxHPBase](./lua_functions/GetMaxHPBase.md) +- [GetMaxPower](./lua_functions/GetMaxPower.md) +- [GetMaxPowerBase](./lua_functions/GetMaxPowerBase.md) +- [GetModelType](./lua_functions/GetModelType.md) +- [GetMostHated](./lua_functions/GetMostHated.md) +- [GetMount](./lua_functions/GetMount.md) +- [GetName](./lua_functions/GetName.md) +- [GetOrigX](./lua_functions/GetOrigX.md) +- [GetOrigY](./lua_functions/GetOrigY.md) +- [GetOrigZ](./lua_functions/GetOrigZ.md) +- [GetOwner](./lua_functions/GetOwner.md) +- [GetPassengerSpawnList](./lua_functions/GetPassengerSpawnList.md) +- [GetPCTOfHP](./lua_functions/GetPCTOfHP.md) +- [GetPCTOfPower](./lua_functions/GetPCTOfPower.md) +- [GetPet](./lua_functions/GetPet.md) +- [GetPlayerHistory](./lua_functions/GetPlayerHistory.md) +- [GetPlayersInZone](./lua_functions/GetPlayersInZone.md) +- [GetQuest](./lua_functions/GetQuest.md) +- [GetQuestCompleteCount](./lua_functions/GetQuestCompleteCount.md) +- [GetQuestFlags](./lua_functions/GetQuestFlags.md) +- [GetQuestStep](./lua_functions/GetQuestStep.md) +- [GetQuestStepProgress](./lua_functions/GetQuestStepProgress.md) +- [GetRace](./lua_functions/GetRace.md) +- [GetRaceBaseType](./lua_functions/GetRaceBaseType.md) +- [GetRaceName](./lua_functions/GetRaceName.md) +- [GetRaceType](./lua_functions/GetRaceType.md) +- [GetRandomSpawnByID](./lua_functions/GetRandomSpawnByID.md) +- [GetRuleFlagBool](./lua_functions/GetRuleFlagBool.md) +- [GetRuleFlagFloat](./lua_functions/GetRuleFlagFloat.md) +- [GetRuleFlagInt32](./lua_functions/GetRuleFlagInt32.md) +- [GetRunbackDistance](./lua_functions/GetRunbackDistance.md) +- [GetServerVariable](./lua_functions/GetServerVariable.md) +- [GetShardCharID](./lua_functions/GetShardCharID.md) +- [GetShardCreatedTimestamp](./lua_functions/GetShardCreatedTimestamp.md) +- [GetShardID](./lua_functions/GetShardID.md) +- [GetSkill](./lua_functions/GetSkill.md) +- [GetSkillIDByName](./lua_functions/GetSkillIDByName.md) +- [GetSkillMaxValue](./lua_functions/GetSkillMaxValue.md) +- [GetSkillName](./lua_functions/GetSkillName.md) +- [GetSkillValue](./lua_functions/GetSkillValue.md) +- [GetSpawn](./lua_functions/GetSpawn.md) +- [GetSpawnByGroupID](./lua_functions/GetSpawnByGroupID.md) +- [GetSpawnByLocationID](./lua_functions/GetSpawnByLocationID.md) +- [GetSpawnByRailID](./lua_functions/GetSpawnByRailID.md) +- [GetSpawnFromList](./lua_functions/GetSpawnFromList.md) +- [GetSpawnGroupID](./lua_functions/GetSpawnGroupID.md) +- [GetSpawnID](./lua_functions/GetSpawnID.md) +- [GetSpawnListByRailID](./lua_functions/GetSpawnListByRailID.md) +- [GetSpawnListBySpawnID](./lua_functions/GetSpawnListBySpawnID.md) +- [GetSpawnListSize](./lua_functions/GetSpawnListSize.md) +- [GetSpawnLocationID](./lua_functions/GetSpawnLocationID.md) +- [GetSpawnLocationPlacementID](./lua_functions/GetSpawnLocationPlacementID.md) +- [GetSpeed](./lua_functions/GetSpeed.md) +- [GetSpell](./lua_functions/GetSpell.md) +- [GetSpellCaster](./lua_functions/GetSpellCaster.md) +- [GetSpellData](./lua_functions/GetSpellData.md) +- [GetSpellDataIndex](./lua_functions/GetSpellDataIndex.md) +- [GetSpellDisplayEffect](./lua_functions/GetSpellDisplayEffect.md) +- [GetSpellID](./lua_functions/GetSpellID.md) +- [GetSpellInitialTarget](./lua_functions/GetSpellInitialTarget.md) +- [GetSpellName](./lua_functions/GetSpellName.md) +- [GetSpellRequiredLevel](./lua_functions/GetSpellRequiredLevel.md) +- [GetSpellTargets](./lua_functions/GetSpellTargets.md) +- [GetSpellTier](./lua_functions/GetSpellTier.md) +- [GetSpellTriggerCount](./lua_functions/GetSpellTriggerCount.md) +- [GetSta](./lua_functions/GetSta.md) +- [GetStaBase](./lua_functions/GetStaBase.md) +- [GetStr](./lua_functions/GetStr.md) +- [GetStrBase](./lua_functions/GetStrBase.md) +- [GetTarget](./lua_functions/GetTarget.md) +- [GetTaskGroupStep](./lua_functions/GetTaskGroupStep.md) +- [GetTemporaryTransportID](./lua_functions/GetTemporaryTransportID.md) +- [GetTempVariable](./lua_functions/GetTempVariable.md) +- [GetTradeskillClass](./lua_functions/GetTradeskillClass.md) +- [GetTradeskillClassName](./lua_functions/GetTradeskillClassName.md) +- [GetTradeskillLevel](./lua_functions/GetTradeskillLevel.md) +- [GetTSArrowColor](./lua_functions/GetTSArrowColor.md) +- [GetTutorialStep](./lua_functions/GetTutorialStep.md) +- [GetVariableValue](./lua_functions/GetVariableValue.md) +- [GetWardAmountLeft](./lua_functions/GetWardAmountLeft.md) +- [GetWardValue](./lua_functions/GetWardValue.md) +- [GetWis](./lua_functions/GetWis.md) +- [GetWisBase](./lua_functions/GetWisBase.md) +- [GetWorldTimeHour](./lua_functions/GetWorldTimeHour.md) +- [GetWorldTimeMinute](./lua_functions/GetWorldTimeMinute.md) +- [GetWorldTimeMonth](./lua_functions/GetWorldTimeMonth.md) +- [GetWorldTimeYear](./lua_functions/GetWorldTimeYear.md) +- [GetX](./lua_functions/GetX.md) +- [GetY](./lua_functions/GetY.md) +- [GetZ](./lua_functions/GetZ.md) +- [GetZone](./lua_functions/GetZone.md) +- [GetZoneExpansionFlag](./lua_functions/GetZoneExpansionFlag.md) +- [GetZoneHolidayFlag](./lua_functions/GetZoneHolidayFlag.md) +- [GetZoneID](./lua_functions/GetZoneID.md) +- [GetZoneLockoutTimer](./lua_functions/GetZoneLockoutTimer.md) +- [GetZoneName](./lua_functions/GetZoneName.md) +- [GetZonePlayerAvgLevel](./lua_functions/GetZonePlayerAvgLevel.md) +- [GetZonePlayerFirstLevel](./lua_functions/GetZonePlayerFirstLevel.md) +- [GetZonePlayerMaxLevel](./lua_functions/GetZonePlayerMaxLevel.md) +- [GetZonePlayerMinLevel](./lua_functions/GetZonePlayerMinLevel.md) +- [GiveExp](./lua_functions/GiveExp.md) +- [GiveLoot](./lua_functions/GiveLoot.md) +- [GiveQuestItem](./lua_functions/GiveQuestItem.md) +- [GiveQuestReward](./lua_functions/GiveQuestReward.md) +- [HandInCollections](./lua_functions/HandInCollections.md) +- [Harvest](./lua_functions/Harvest.md) +- [HasCoin](./lua_functions/HasCoin.md) +- [HasCollectionsToHandIn](./lua_functions/HasCollectionsToHandIn.md) +- [HasCompletedQuest](./lua_functions/HasCompletedQuest.md) +- [HasControlEffect](./lua_functions/HasControlEffect.md) +- [HasFreeSlot](./lua_functions/HasFreeSlot.md) +- [HasGroup](./lua_functions/HasGroup.md) +- [HasItem](./lua_functions/HasItem.md) +- [HasItemEquipped](./lua_functions/HasItemEquipped.md) +- [HasLanguage](./lua_functions/HasLanguage.md) +- [HasLootItem](./lua_functions/HasLootItem.md) +- [HasMoved](./lua_functions/HasMoved.md) +- [HasPendingLoot](./lua_functions/HasPendingLoot.md) +- [HasPendingLootItem](./lua_functions/HasPendingLootItem.md) +- [HasPendingQuest](./lua_functions/HasPendingQuest.md) +- [HasQuest](./lua_functions/HasQuest.md) +- [HasQuestRewardItem](./lua_functions/HasQuestRewardItem.md) +- [HasRecipeBook](./lua_functions/HasRecipeBook.md) +- [HasRecovered](./lua_functions/HasRecovered.md) +- [HasSkill](./lua_functions/HasSkill.md) +- [HasSpell](./lua_functions/HasSpell.md) +- [HasSpellEffect](./lua_functions/HasSpellEffect.md) +- [HasSpellImmunity](./lua_functions/HasSpellImmunity.md) +- [IncreaseSkillCapsByType](./lua_functions/IncreaseSkillCapsByType.md) +- [InFront](./lua_functions/InFront.md) +- [InLava](./lua_functions/InLava.md) +- [InstructionWindow](./lua_functions/InstructionWindow.md) +- [InstructionWindowClose](./lua_functions/InstructionWindowClose.md) +- [InstructionWindowGoal](./lua_functions/InstructionWindowGoal.md) +- [Interrupt](./lua_functions/Interrupt.md) +- [InWater](./lua_functions/InWater.md) +- [IsAlive](./lua_functions/IsAlive.md) +- [IsBehind](./lua_functions/IsBehind.md) +- [IsBindAllowed](./lua_functions/IsBindAllowed.md) +- [IsCasting](./lua_functions/IsCasting.md) +- [IsCastOnAggroComplete](./lua_functions/IsCastOnAggroComplete.md) +- [IsEntity](./lua_functions/IsEntity.md) +- [IsEpic](./lua_functions/IsEpic.md) +- [IsFlanking](./lua_functions/IsFlanking.md) +- [IsFollowing](./lua_functions/IsFollowing.md) +- [IsGateAllowed](./lua_functions/IsGateAllowed.md) +- [IsGroundSpawn](./lua_functions/IsGroundSpawn.md) +- [IsHeroic](./lua_functions/IsHeroic.md) +- [IsInCombat](./lua_functions/IsInCombat.md) +- [IsInvis](./lua_functions/IsInvis.md) +- [IsInvulnerable](./lua_functions/IsInvulnerable.md) +- [IsMezzed](./lua_functions/IsMezzed.md) +- [IsMezzedOrStunned](./lua_functions/IsMezzedOrStunned.md) +- [IsNight](./lua_functions/IsNight.md) +- [IsOnAutoMount](./lua_functions/IsOnAutoMount.md) +- [IsOpen](./lua_functions/IsOpen.md) +- [IsPet](./lua_functions/IsPet.md) +- [IsPlayer](./lua_functions/IsPlayer.md) +- [IsRunning](./lua_functions/IsRunning.md) +- [IsSpawnGroupAlive](./lua_functions/IsSpawnGroupAlive.md) +- [IsStealthed](./lua_functions/IsStealthed.md) +- [IsStunned](./lua_functions/IsStunned.md) +- [IsTransportSpawn](./lua_functions/IsTransportSpawn.md) +- [IsZoneLoading](./lua_functions/IsZoneLoading.md) +- [KillSpawn](./lua_functions/KillSpawn.md) +- [KillSpawnByDistance](./lua_functions/KillSpawnByDistance.md) +- [Knockback](./lua_functions/Knockback.md) +- [LastSpellAttackHit](./lua_functions/LastSpellAttackHit.md) +- [MakeRandomFloat](./lua_functions/MakeRandomFloat.md) +- [MakeRandomInt](./lua_functions/MakeRandomInt.md) +- [ModifyHP](./lua_functions/ModifyHP.md) +- [ModifyMaxHP](./lua_functions/ModifyMaxHP.md) +- [ModifyMaxPower](./lua_functions/ModifyMaxPower.md) +- [ModifyPower](./lua_functions/ModifyPower.md) +- [MovementLoopAdd](./lua_functions/MovementLoopAdd.md) +- [MoveToLocation](./lua_functions/MoveToLocation.md) +- [OfferQuest](./lua_functions/OfferQuest.md) +- [OpenDoor](./lua_functions/OpenDoor.md) +- [PauseMovement](./lua_functions/PauseMovement.md) +- [PlayAnimation](./lua_functions/PlayAnimation.md) +- [PlayAnimationString](./lua_functions/PlayAnimationString.md) +- [PlayFlavor](./lua_functions/PlayFlavor.md) +- [PlayFlavorID](./lua_functions/PlayFlavorID.md) +- [PlaySound](./lua_functions/PlaySound.md) +- [PlayVoice](./lua_functions/PlayVoice.md) +- [ProcDamage](./lua_functions/ProcDamage.md) +- [ProcessMelee](./lua_functions/ProcessMelee.md) +- [ProcessSpell](./lua_functions/ProcessSpell.md) +- [ProcHate](./lua_functions/ProcHate.md) +- [ProvidesQuest](./lua_functions/ProvidesQuest.md) +- [QuestIsComplete](./lua_functions/QuestIsComplete.md) +- [QuestReturnNPC](./lua_functions/QuestReturnNPC.md) +- [QuestStepIsComplete](./lua_functions/QuestStepIsComplete.md) +- [RegisterQuest](./lua_functions/RegisterQuest.md) +- [RemoveCoin](./lua_functions/RemoveCoin.md) +- [RemoveControlEffect](./lua_functions/RemoveControlEffect.md) +- [RemoveIconValue](./lua_functions/RemoveIconValue.md) +- [RemoveImmunitySpell](./lua_functions/RemoveImmunitySpell.md) +- [RemoveInvis](./lua_functions/RemoveInvis.md) +- [RemoveItem](./lua_functions/RemoveItem.md) +- [RemoveLootItem](./lua_functions/RemoveLootItem.md) +- [RemovePrimaryEntityCommand](./lua_functions/RemovePrimaryEntityCommand.md) +- [RemoveProc](./lua_functions/RemoveProc.md) +- [RemoveQuestStep](./lua_functions/RemoveQuestStep.md) +- [RemoveRecipeFromPlayer](./lua_functions/RemoveRecipeFromPlayer.md) +- [RemoveRegion](./lua_functions/RemoveRegion.md) +- [RemoveSkill](./lua_functions/RemoveSkill.md) +- [RemoveSkillBonus](./lua_functions/RemoveSkillBonus.md) +- [RemoveSpawnAccess](./lua_functions/RemoveSpawnAccess.md) +- [RemoveSpawnIDAccess](./lua_functions/RemoveSpawnIDAccess.md) +- [RemoveSpawnSpellBonus](./lua_functions/RemoveSpawnSpellBonus.md) +- [RemoveSpellBonus](./lua_functions/RemoveSpellBonus.md) +- [RemoveSpellBookEntry](./lua_functions/RemoveSpellBookEntry.md) +- [RemoveStealth](./lua_functions/RemoveStealth.md) +- [RemoveThreatTransfer](./lua_functions/RemoveThreatTransfer.md) +- [RemoveTriggerFromSpell](./lua_functions/RemoveTriggerFromSpell.md) +- [RemoveWard](./lua_functions/RemoveWard.md) +- [RemoveWaypoint](./lua_functions/RemoveWaypoint.md) +- [RemoveWidgetFromSpawnMap](./lua_functions/RemoveWidgetFromSpawnMap.md) +- [RemoveWidgetFromZoneMap](./lua_functions/RemoveWidgetFromZoneMap.md) +- [ReplaceWidgetFromClient](./lua_functions/ReplaceWidgetFromClient.md) +- [ResetCharacterTitlePrefix](./lua_functions/ResetCharacterTitlePrefix.md) +- [ResetCharacterTitleSuffix](./lua_functions/ResetCharacterTitleSuffix.md) +- [ResetIllusion](./lua_functions/ResetIllusion.md) +- [ResetQuestStep](./lua_functions/ResetQuestStep.md) +- [Resurrect](./lua_functions/Resurrect.md) +- [Runback](./lua_functions/Runback.md) +- [Say](./lua_functions/Say.md) +- [SayOOC](./lua_functions/SayOOC.md) +- [SendHearCast](./lua_functions/SendHearCast.md) +- [SendMessage](./lua_functions/SendMessage.md) +- [SendNewAdventureSpells](./lua_functions/SendNewAdventureSpells.md) +- [SendNewTradeskillSpells](./lua_functions/SendNewTradeskillSpells.md) +- [SendOptionWindow](./lua_functions/SendOptionWindow.md) +- [SendPopUpMessage](./lua_functions/SendPopUpMessage.md) +- [SendStateCommand](./lua_functions/SendStateCommand.md) +- [SendTimeUpdate](./lua_functions/SendTimeUpdate.md) +- [SendTransporters](./lua_functions/SendTransporters.md) +- [SendUpdateDefaultCommand](./lua_functions/SendUpdateDefaultCommand.md) +- [SendWaypoints](./lua_functions/SendWaypoints.md) +- [SetAAInfo](./lua_functions/SetAAInfo.md) +- [SetAccessToEntityCommand](./lua_functions/SetAccessToEntityCommand.md) +- [SetAccessToEntityCommandByCharID](./lua_functions/SetAccessToEntityCommandByCharID.md) +- [SetAdventureClass](./lua_functions/SetAdventureClass.md) +- [SetAggroRadius](./lua_functions/SetAggroRadius.md) +- [SetAgi](./lua_functions/SetAgi.md) +- [SetAgiBase](./lua_functions/SetAgiBase.md) +- [SetAlignment](./lua_functions/SetAlignment.md) +- [SetAttackable](./lua_functions/SetAttackable.md) +- [SetBrainTick](./lua_functions/SetBrainTick.md) +- [SetCanBind](./lua_functions/SetCanBind.md) +- [SetCanEvac](./lua_functions/SetCanEvac.md) +- [SetCanGate](./lua_functions/SetCanGate.md) +- [SetCastOnAggroComplete](./lua_functions/SetCastOnAggroComplete.md) +- [SetCharacterTitlePrefix](./lua_functions/SetCharacterTitlePrefix.md) +- [SetCharacterTitleSuffix](./lua_functions/SetCharacterTitleSuffix.md) +- [SetCharSheetChanged](./lua_functions/SetCharSheetChanged.md) +- [SetCoinTmpReward](./lua_functions/SetCoinTmpReward.md) +- [SetCompletedDescription](./lua_functions/SetCompletedDescription.md) +- [SetCompleteFlag](./lua_functions/SetCompleteFlag.md) +- [SetCurrentHP](./lua_functions/SetCurrentHP.md) +- [SetCurrentPower](./lua_functions/SetCurrentPower.md) +- [SetDeity](./lua_functions/SetDeity.md) +- [SetFactionID](./lua_functions/SetFactionID.md) +- [SetFailureTimer](./lua_functions/SetFailureTimer.md) +- [SetFollowTarget](./lua_functions/SetFollowTarget.md) +- [SetGridID](./lua_functions/SetGridID.md) +- [SetHeading](./lua_functions/SetHeading.md) +- [SetIllusion](./lua_functions/SetIllusion.md) +- [SetInCombat](./lua_functions/SetInCombat.md) +- [SetInfoFlag](./lua_functions/SetInfoFlag.md) +- [SetInfoStructFloat](./lua_functions/SetInfoStructFloat.md) +- [SetInfoStructSInt](./lua_functions/SetInfoStructSInt.md) +- [SetInfoStructString](./lua_functions/SetInfoStructString.md) +- [SetInfoStructUInt](./lua_functions/SetInfoStructUInt.md) +- [SetInt](./lua_functions/SetInt.md) +- [SetIntBase](./lua_functions/SetIntBase.md) +- [SetInvulnerable](./lua_functions/SetInvulnerable.md) +- [SetItemCount](./lua_functions/SetItemCount.md) +- [SetLocationProximityFunction](./lua_functions/SetLocationProximityFunction.md) +- [SetLootCoin](./lua_functions/SetLootCoin.md) +- [SetLootDropType](./lua_functions/SetLootDropType.md) +- [SetLootTier](./lua_functions/SetLootTier.md) +- [SetLuaBrain](./lua_functions/SetLuaBrain.md) +- [SetMaxHP](./lua_functions/SetMaxHP.md) +- [SetMaxHPBase](./lua_functions/SetMaxHPBase.md) +- [SetMaxPower](./lua_functions/SetMaxPower.md) +- [SetMaxPowerBase](./lua_functions/SetMaxPowerBase.md) +- [SetModelType](./lua_functions/SetModelType.md) +- [SetMount](./lua_functions/SetMount.md) +- [SetMountColor](./lua_functions/SetMountColor.md) +- [SetPlayerHistory](./lua_functions/SetPlayerHistory.md) +- [SetPlayerLevel](./lua_functions/SetPlayerLevel.md) +- [SetPlayerPOVGhost](./lua_functions/SetPlayerPOVGhost.md) +- [SetPlayerProximityFunction](./lua_functions/SetPlayerProximityFunction.md) +- [SetPosition](./lua_functions/SetPosition.md) +- [SetQuestCompleteAction](./lua_functions/SetQuestCompleteAction.md) +- [SetQuestFeatherColor](./lua_functions/SetQuestFeatherColor.md) +- [SetQuestFlags](./lua_functions/SetQuestFlags.md) +- [SetQuestPrereqLevel](./lua_functions/SetQuestPrereqLevel.md) +- [SetQuestRepeatable](./lua_functions/SetQuestRepeatable.md) +- [SetQuestRewardComment](./lua_functions/SetQuestRewardComment.md) +- [SetQuestRewardExp](./lua_functions/SetQuestRewardExp.md) +- [SetQuestRewardStatus](./lua_functions/SetQuestRewardStatus.md) +- [SetQuestTimer](./lua_functions/SetQuestTimer.md) +- [SetQuestTimerComplete](./lua_functions/SetQuestTimerComplete.md) +- [SetQuestYellow](./lua_functions/SetQuestYellow.md) +- [SetRailID](./lua_functions/SetRailID.md) +- [SetRequiredHistory](./lua_functions/SetRequiredHistory.md) +- [SetRequiredQuest](./lua_functions/SetRequiredQuest.md) +- [SetSeeHide](./lua_functions/SetSeeHide.md) +- [SetSeeInvis](./lua_functions/SetSeeInvis.md) +- [SetServerControlFlag](./lua_functions/SetServerControlFlag.md) +- [SetServerVariable](./lua_functions/SetServerVariable.md) +- [SetSkillMaxValue](./lua_functions/SetSkillMaxValue.md) +- [SetSkillValue](./lua_functions/SetSkillValue.md) +- [SetSpawnAnimation](./lua_functions/SetSpawnAnimation.md) +- [SetSpawnGroupID](./lua_functions/SetSpawnGroupID.md) +- [SetSpeed](./lua_functions/SetSpeed.md) +- [SetSpeedMultiplier](./lua_functions/SetSpeedMultiplier.md) +- [SetSpellData](./lua_functions/SetSpellData.md) +- [SetSpellDataIndex](./lua_functions/SetSpellDataIndex.md) +- [SetSpellDisplayEffect](./lua_functions/SetSpellDisplayEffect.md) +- [SetSpellList](./lua_functions/SetSpellList.md) +- [SetSpellSnareValue](./lua_functions/SetSpellSnareValue.md) +- [SetSpellTriggerCount](./lua_functions/SetSpellTriggerCount.md) +- [SetSta](./lua_functions/SetSta.md) +- [SetStaBase](./lua_functions/SetStaBase.md) +- [SetStatusTmpReward](./lua_functions/SetStatusTmpReward.md) +- [SetStepComplete](./lua_functions/SetStepComplete.md) +- [SetStepFailed](./lua_functions/SetStepFailed.md) +- [SetStr](./lua_functions/SetStr.md) +- [SetStrBase](./lua_functions/SetStrBase.md) +- [SetSuccessTimer](./lua_functions/SetSuccessTimer.md) +- [SetTarget](./lua_functions/SetTarget.md) +- [SetTemporaryTransportID](./lua_functions/SetTemporaryTransportID.md) +- [SetTempVariable](./lua_functions/SetTempVariable.md) +- [SetTradeskillClass](./lua_functions/SetTradeskillClass.md) +- [SetTradeskillLevel](./lua_functions/SetTradeskillLevel.md) +- [SetTutorialStep](./lua_functions/SetTutorialStep.md) +- [SetVision](./lua_functions/SetVision.md) +- [SetVisualFlag](./lua_functions/SetVisualFlag.md) +- [SetWis](./lua_functions/SetWis.md) +- [SetWisBase](./lua_functions/SetWisBase.md) +- [SetWorldTime](./lua_functions/SetWorldTime.md) +- [SetZoneExpansionFlag](./lua_functions/SetZoneExpansionFlag.md) +- [SetZoneHolidayFlag](./lua_functions/SetZoneHolidayFlag.md) +- [Shout](./lua_functions/Shout.md) +- [ShowLootWindow](./lua_functions/ShowLootWindow.md) +- [ShowWindow](./lua_functions/ShowWindow.md) +- [Spawn](./lua_functions/Spawn.md) +- [SpawnByLocationID](./lua_functions/SpawnByLocationID.md) +- [SpawnGroupByID](./lua_functions/SpawnGroupByID.md) +- [SpawnMove](./lua_functions/SpawnMove.md) +- [SpawnSet](./lua_functions/SpawnSet.md) +- [SpawnSetByDistance](./lua_functions/SpawnSetByDistance.md) +- [SpellDamage](./lua_functions/SpellDamage.md) +- [SpellDamageExt](./lua_functions/SpellDamageExt.md) +- [SpellHeal](./lua_functions/SpellHeal.md) +- [SpellHealPct](./lua_functions/SpellHealPct.md) +- [StartAutoMount](./lua_functions/StartAutoMount.md) +- [StartConversation](./lua_functions/StartConversation.md) +- [StartDialogConversation](./lua_functions/StartDialogConversation.md) +- [StartHeroicOpportunity](./lua_functions/StartHeroicOpportunity.md) +- [StartTransmute](./lua_functions/StartTransmute.md) +- [Stealth](./lua_functions/Stealth.md) +- [StopMovement](./lua_functions/StopMovement.md) +- [StopTimer](./lua_functions/StopTimer.md) +- [SummonCosmeticPet](./lua_functions/SummonCosmeticPet.md) +- [SummonDeityPet](./lua_functions/SummonDeityPet.md) +- [SummonDumbFirePet](./lua_functions/SummonDumbFirePet.md) +- [SummonItem](./lua_functions/SummonItem.md) +- [SummonPet](./lua_functions/SummonPet.md) +- [ToggleCharacterFlag](./lua_functions/ToggleCharacterFlag.md) +- [ToggleFollow](./lua_functions/ToggleFollow.md) +- [ToggleTracking](./lua_functions/ToggleTracking.md) +- [UpdateQuestDescription](./lua_functions/UpdateQuestDescription.md) +- [UpdateQuestStepDescription](./lua_functions/UpdateQuestStepDescription.md) +- [UpdateQuestTaskGroupDescription](./lua_functions/UpdateQuestTaskGroupDescription.md) +- [UpdateQuestZone](./lua_functions/UpdateQuestZone.md) +- [UseWidget](./lua_functions/UseWidget.md) +- [Zone](./lua_functions/Zone.md) ---