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

Public Member Functions

 GameobjectModelData (const std::string &name_, const AABox &box)
 

Public Attributes

AABox bound
 
std::string name
 

Constructor & Destructor Documentation

GameobjectModelData::GameobjectModelData ( const std::string &  name_,
const AABox box 
)
inline
33  :
34  bound(box), name(name_) { }
AABox bound
Definition: GameObjectModel.cpp:36
std::string name
Definition: GameObjectModel.cpp:37

Member Data Documentation

AABox GameobjectModelData::bound
std::string GameobjectModelData::name

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