![]() |
TrinityCore
|
#include <SpellCastRequest.h>
Public Member Functions | |
| SpellCastRequestItemData (uint8 packSlot, uint8 slot, ObjectGuid castItem) | |
Public Attributes | |
| uint8 | PackSlot = 0 |
| uint8 | Slot = 0 |
| ObjectGuid | CastItem |
Definition at line 23 of file SpellCastRequest.h.
|
inline |
Definition at line 25 of file SpellCastRequest.h.
| ObjectGuid SpellCastRequestItemData::CastItem |
Definition at line 30 of file SpellCastRequest.h.
| uint8 SpellCastRequestItemData::PackSlot = 0 |
Definition at line 28 of file SpellCastRequest.h.
| uint8 SpellCastRequestItemData::Slot = 0 |
Definition at line 29 of file SpellCastRequest.h.