![]() |
TrinityCore
|
#include <BattlegroundIC.h>
Public Attributes | |
| uint32 | type |
| uint32 | entry |
| TeamId | team |
| float | x |
| float | y |
| float | z |
| float | o |
Definition at line 206 of file BattlegroundIC.h.
| uint32 ICNpc::entry |
Definition at line 209 of file BattlegroundIC.h.
| float ICNpc::o |
Definition at line 214 of file BattlegroundIC.h.
| TeamId ICNpc::team |
Definition at line 210 of file BattlegroundIC.h.
| uint32 ICNpc::type |
Definition at line 208 of file BattlegroundIC.h.
| float ICNpc::x |
Definition at line 211 of file BattlegroundIC.h.
| float ICNpc::y |
Definition at line 212 of file BattlegroundIC.h.
| float ICNpc::z |
Definition at line 213 of file BattlegroundIC.h.