Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
DoorInfo Struct Reference

#include <InstanceScript.h>

Collaboration diagram for DoorInfo:

Public Member Functions

 DoorInfo (BossInfo *_bossInfo, DoorType _type, BoundaryType _boundary)

Public Attributes

BossInfobossInfo
BoundaryType boundary
DoorType type

Detailed Description

Definition at line 102 of file InstanceScript.h.

Constructor & Destructor Documentation

◆ DoorInfo()

DoorInfo::DoorInfo ( BossInfo * _bossInfo,
DoorType _type,
BoundaryType _boundary )
inlineexplicit

Definition at line 104 of file InstanceScript.h.

References bossInfo, boundary, and type.

Member Data Documentation

◆ bossInfo

BossInfo* DoorInfo::bossInfo

◆ boundary

BoundaryType DoorInfo::boundary

Definition at line 108 of file InstanceScript.h.

Referenced by InstanceScript::AddDoor(), and DoorInfo().

◆ type

DoorType DoorInfo::type

The documentation for this struct was generated from the following file: