Back to Home
ESO Function Data v100033
IsCurrentState()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_statemachine/zo_statemachine.lua:450
--
function ZO_StateMachine_Base:IsCurrentState(state)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:839
--
self:IsCurrentState(stateName)
ingame/crowncrates/crowncrates.lua:208
--
self.stateMachine:IsCurrentState("ALL_REVEALED")
ingame/crowncrates/crowncrates.lua:241
--
self.stateMachine:IsCurrentState("ALL_REVEALED")
ingame/crowncrates/crowncratespackchoosing.lua:351
--
self.stateMachine:IsCurrentState("MANIFEST")
ingame/crowncrates/crowncratespackchoosing.lua:1189
--
self.stateMachine:IsCurrentState("MANIFEST")
ingame/crowncrates/crowncratespackopening.lua:1129
--
self.stateMachine:IsCurrentState("ACTIVE_HAND_MANIPULATION")
ingame/crowncrates/crowncratespackopening.lua:1130
--
self.stateMachine:IsCurrentState("ALL_REVEALED")
ingame/crowncrates/crowncratespackopening.lua:1686
--
self.stateMachine:IsCurrentState("ACTIVE_HAND_MANIPULATION")
ingame/crowncrates/crowncratespackopening.lua:1687
--
self.stateMachine:IsCurrentState("ALL_REVEALED")
ingame/crowncrates/crowncratestatemachine.lua:413
--
self:IsCurrentState("START")