TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DoorInfo Struct Reference

#include <InstanceScript.h>

Public Member Functions

 DoorInfo (BossInfo *_bossInfo, DoorType _type)
 

Public Attributes

BossInfobossInfo
 
DoorType type
 

Constructor & Destructor Documentation

DoorInfo::DoorInfo ( BossInfo _bossInfo,
DoorType  _type 
)
inlineexplicit
123  : bossInfo(_bossInfo), type(_type) { }
BossInfo * bossInfo
Definition: InstanceScript.h:124
DoorType type
Definition: InstanceScript.h:125

Member Data Documentation

BossInfo* DoorInfo::bossInfo
DoorType DoorInfo::type

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