Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
AuraScript::ScriptStateStore Class Reference
Collaboration diagram for AuraScript::ScriptStateStore:

Public Member Functions

 ScriptStateStore (uint8 currentScriptState, AuraApplication const *auraApplication, bool defaultActionPrevented)

Public Attributes

AuraApplication const * _auraApplication
uint8 _currentScriptState
bool _defaultActionPrevented

Detailed Description

Definition at line 609 of file SpellScript.h.

Constructor & Destructor Documentation

◆ ScriptStateStore()

AuraScript::ScriptStateStore::ScriptStateStore ( uint8 currentScriptState,
AuraApplication const * auraApplication,
bool defaultActionPrevented )
inline

Definition at line 615 of file SpellScript.h.

References _auraApplication, _currentScriptState, and _defaultActionPrevented.

Member Data Documentation

◆ _auraApplication

AuraApplication const* AuraScript::ScriptStateStore::_auraApplication

Definition at line 612 of file SpellScript.h.

Referenced by AuraScript::_FinishScriptCall(), and ScriptStateStore().

◆ _currentScriptState

uint8 AuraScript::ScriptStateStore::_currentScriptState

Definition at line 613 of file SpellScript.h.

Referenced by AuraScript::_FinishScriptCall(), and ScriptStateStore().

◆ _defaultActionPrevented

bool AuraScript::ScriptStateStore::_defaultActionPrevented

Definition at line 614 of file SpellScript.h.

Referenced by AuraScript::_FinishScriptCall(), and ScriptStateStore().


The documentation for this class was generated from the following file: