|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | CreatureGroup |
| struct | FormationInfo |
| class | FormationMgr |
Macros | |
| #define | sFormationMgr Skyfire::Singleton<FormationMgr, Skyfire::NullMutex>::instance() |
Typedefs | |
| typedef UNORDERED_MAP< uint32, FormationInfo * > | CreatureGroupInfoType |
| #define sFormationMgr Skyfire::Singleton<FormationMgr, Skyfire::NullMutex>::instance() |
Definition at line 69 of file CreatureGroups.h.
Referenced by CreatureGroup::AddMember(), npc_commandscript::HandleNpcAddFormationCommand(), CreatureGroup::MemberAttackStart(), Creature::RemoveFromWorld(), Creature::SearchFormation(), and World::SetInitialWorldSettings().
| typedef UNORDERED_MAP<uint32, FormationInfo*> CreatureGroupInfoType |
Definition at line 27 of file CreatureGroups.h.