#include <Events.h>
|
enum class | Type {
kWeaponSwing = 0
, kSpellCast = 1
, kSpellFire = 2
, kVoiceCast = 3
,
kVoiceFire = 4
, kBowDraw = 5
, kBowRelease = 6
, kBeginDraw = 7
,
kEndDraw = 8
, kBeginSheathe = 9
, kEndSheathe = 10
} |
|
enum class | Slot { kLeft = 0
, kRight = 1
, kVoice = 2
} |
|
◆ Slot
Enumerator |
---|
kLeft | |
kRight | |
kVoice | |
◆ Type
Enumerator |
---|
kWeaponSwing | |
kSpellCast | |
kSpellFire | |
kVoiceCast | |
kVoiceFire | |
kBowDraw | |
kBowRelease | |
kBeginDraw | |
kEndDraw | |
kBeginSheathe | |
kEndSheathe | |
◆ actor
◆ slot
◆ sourceForm
◆ type
The documentation for this struct was generated from the following file: