|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <InstanceScript.h>
Public Member Functions | |
| DoorInfo (BossInfo *_bossInfo, DoorType _type, BoundaryType _boundary) | |
Public Attributes | |
| BossInfo * | bossInfo |
| BoundaryType | boundary |
| DoorType | type |
Definition at line 102 of file InstanceScript.h.
|
inlineexplicit |
Definition at line 104 of file InstanceScript.h.
| BossInfo* DoorInfo::bossInfo |
Definition at line 106 of file InstanceScript.h.
Referenced by InstanceScript::AddDoor(), DoorInfo(), and InstanceScript::UpdateDoorState().
| BoundaryType DoorInfo::boundary |
Definition at line 108 of file InstanceScript.h.
Referenced by InstanceScript::AddDoor(), and DoorInfo().
| DoorType DoorInfo::type |
Definition at line 107 of file InstanceScript.h.
Referenced by InstanceScript::AddDoor(), DoorInfo(), and InstanceScript::UpdateDoorState().