DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Store()

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

cache object and its world pos

См. определение в файле ActionTargetsCursor.c строка 16

17 {
18 if (!m_CachedObject)
19 {
20 m_CachedObject = obj;
21 m_CursorWPos = pos;
22 m_CompIdx = compIdx;
23 }
24 }
vector m_CursorWPos
Определения ActionTargetsCursor.c:4
Object m_CachedObject
Определения ActionTargetsCursor.c:3
int m_CompIdx
Определения ActionTargetsCursor.c:6

Перекрестные ссылки m_CachedObject, m_CompIdx и m_CursorWPos.