|
DayZ 1.24
|
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 |
Definition at line 1 of file ActionTargetsCursor.c.
|
inlineprotected |
Definition at line 8 of file ActionTargetsCursor.c.
References m_CachedObject, m_CompIdx, m_ScreenPos, and vector::Zero.
|
inlineprotected |
Definition at line 37 of file ActionTargetsCursor.c.
References m_CachedObject.
|
inlineprotected |
Definition at line 47 of file ActionTargetsCursor.c.
References m_CompIdx.
|
inlineprotected |
|
inlineprotected |
invalidate cached objec
Definition at line 27 of file ActionTargetsCursor.c.
References m_CachedObject, m_CompIdx, m_CursorWPos, and vector::Zero.
cache object and its world pos
Definition at line 16 of file ActionTargetsCursor.c.
References m_CachedObject, m_CompIdx, and m_CursorWPos.
|
protected |
Definition at line 3 of file ActionTargetsCursor.c.
Referenced by ATCCachedTarget(), Get(), Invalidate(), and Store().
|
protected |
Definition at line 6 of file ActionTargetsCursor.c.
Referenced by ATCCachedTarget(), GetCursorCompIdx(), Invalidate(), and Store().
|
protected |
Definition at line 4 of file ActionTargetsCursor.c.
Referenced by GetCursorWorldPos(), Invalidate(), and Store().
|
protected |
Definition at line 5 of file ActionTargetsCursor.c.
Referenced by ATCCachedTarget().