AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
GameObjectDisplayInfoEntry Struct Reference

#include "DBCStructure.h"

Public Attributes

uint32 Displayid
 
char const * filename
 
float minX
 
float minY
 
float minZ
 
float maxX
 
float maxY
 
float maxZ
 

Detailed Description

Member Data Documentation

◆ Displayid

uint32 GameObjectDisplayInfoEntry::Displayid

◆ filename

char const* GameObjectDisplayInfoEntry::filename

◆ maxX

float GameObjectDisplayInfoEntry::maxX

Referenced by GameObject::IsInRange().

◆ maxY

float GameObjectDisplayInfoEntry::maxY

Referenced by GameObject::IsInRange().

◆ maxZ

float GameObjectDisplayInfoEntry::maxZ

Referenced by GameObject::IsInRange().

◆ minX

float GameObjectDisplayInfoEntry::minX

Referenced by GameObject::IsInRange().

◆ minY

float GameObjectDisplayInfoEntry::minY

Referenced by GameObject::IsInRange().

◆ minZ

float GameObjectDisplayInfoEntry::minZ

Referenced by GameObject::IsInRange().