TrinityCore
Loading...
Searching...
No Matches
GameObjectModelOwnerImpl Class Reference
+ Inheritance diagram for GameObjectModelOwnerImpl:

Public Member Functions

 GameObjectModelOwnerImpl (GameObject *owner)
 
virtual ~GameObjectModelOwnerImpl ()=default
 
bool IsSpawned () const override
 
uint32 GetDisplayId () const override
 
uint8 GetNameSetId () const override
 
bool IsInPhase (PhaseShift const &phaseShift) const override
 
G3D::Vector3 GetPosition () const override
 
G3D::Quat GetRotation () const override
 
int64 GetPackedRotation () const override
 
float GetScale () const override
 
void DebugVisualizeCorner (G3D::Vector3 const &corner) const override
 
- Public Member Functions inherited from GameObjectModelOwnerBase
virtual ~GameObjectModelOwnerBase ()=default
 

Private Attributes

GameObject_owner
 

Detailed Description

Definition at line 4524 of file GameObject.cpp.

Constructor & Destructor Documentation

◆ GameObjectModelOwnerImpl()

GameObjectModelOwnerImpl::GameObjectModelOwnerImpl ( GameObject owner)
inlineexplicit

Definition at line 4527 of file GameObject.cpp.

◆ ~GameObjectModelOwnerImpl()

virtual GameObjectModelOwnerImpl::~GameObjectModelOwnerImpl ( )
virtualdefault

Member Function Documentation

◆ DebugVisualizeCorner()

void GameObjectModelOwnerImpl::DebugVisualizeCorner ( G3D::Vector3 const &  corner) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4538 of file GameObject.cpp.

◆ GetDisplayId()

uint32 GameObjectModelOwnerImpl::GetDisplayId ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4531 of file GameObject.cpp.

◆ GetNameSetId()

uint8 GameObjectModelOwnerImpl::GetNameSetId ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4532 of file GameObject.cpp.

◆ GetPackedRotation()

int64 GameObjectModelOwnerImpl::GetPackedRotation ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4536 of file GameObject.cpp.

◆ GetPosition()

G3D::Vector3 GameObjectModelOwnerImpl::GetPosition ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4534 of file GameObject.cpp.

◆ GetRotation()

G3D::Quat GameObjectModelOwnerImpl::GetRotation ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4535 of file GameObject.cpp.

◆ GetScale()

float GameObjectModelOwnerImpl::GetScale ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4537 of file GameObject.cpp.

◆ IsInPhase()

bool GameObjectModelOwnerImpl::IsInPhase ( PhaseShift const &  phaseShift) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4533 of file GameObject.cpp.

◆ IsSpawned()

bool GameObjectModelOwnerImpl::IsSpawned ( ) const
inlineoverridevirtual

Implements GameObjectModelOwnerBase.

Definition at line 4530 of file GameObject.cpp.

Member Data Documentation

◆ _owner

GameObject* GameObjectModelOwnerImpl::_owner
private

Definition at line 4541 of file GameObject.cpp.


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