|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Player.h>
Public Attributes | |
| bool | active: 1 |
| bool | dependent: 1 |
| bool | disabled: 1 |
| PlayerSpellState | state: 8 |
| bool PlayerSpell::active |
Definition at line 102 of file Player.h.
Referenced by Player::addSpell(), and Player::AddTemporarySpell().
| bool PlayerSpell::dependent |
Definition at line 103 of file Player.h.
Referenced by Player::addSpell(), and Player::AddTemporarySpell().
| bool PlayerSpell::disabled |
Definition at line 104 of file Player.h.
Referenced by Player::addSpell(), and Player::AddTemporarySpell().
| PlayerSpellState PlayerSpell::state |
Definition at line 101 of file Player.h.
Referenced by Player::addSpell(), and Player::AddTemporarySpell().