Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ATCCachedObject Class Reference

Protected Member Functions

void ATCCachedTarget ()
 
void Store (Object obj, vector pos, int compIdx)
 cache object and its world pos
 
void Invalidate ()
 invalidate cached objec
 
Object Get ()
 
vector GetCursorWorldPos ()
 
int GetCursorCompIdx ()
 

Protected Attributes

Object m_CachedObject
 
vector m_CursorWPos
 
vector m_ScreenPos
 
int m_CompIdx
 

Detailed Description

Definition at line 1 of file actiontargetscursor.c.

Member Function Documentation

◆ ATCCachedTarget()

void ATCCachedObject::ATCCachedTarget ( )
protected

Definition at line 8 of file actiontargetscursor.c.

◆ Get()

Object ATCCachedObject::Get ( )
protected

Definition at line 37 of file actiontargetscursor.c.

◆ GetCursorCompIdx()

int ATCCachedObject::GetCursorCompIdx ( )
protected

Definition at line 47 of file actiontargetscursor.c.

◆ GetCursorWorldPos()

vector ATCCachedObject::GetCursorWorldPos ( )
protected

Definition at line 42 of file actiontargetscursor.c.

◆ Invalidate()

void ATCCachedObject::Invalidate ( )
protected

invalidate cached objec

Definition at line 27 of file actiontargetscursor.c.

◆ Store()

void ATCCachedObject::Store ( Object obj,
vector pos,
int compIdx )
protected

cache object and its world pos

Definition at line 16 of file actiontargetscursor.c.

Member Data Documentation

◆ m_CachedObject

Object ATCCachedObject::m_CachedObject
protected

Definition at line 3 of file actiontargetscursor.c.

◆ m_CompIdx

int ATCCachedObject::m_CompIdx
protected

Definition at line 6 of file actiontargetscursor.c.

◆ m_CursorWPos

vector ATCCachedObject::m_CursorWPos
protected

Definition at line 4 of file actiontargetscursor.c.

◆ m_ScreenPos

vector ATCCachedObject::m_ScreenPos
protected

Definition at line 5 of file actiontargetscursor.c.


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