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

◆ DebugBBoxDelete() [2/2]

override void Component::DebugBBoxDelete ( )
inlineprotected

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

43 {
44 #ifndef DEVELOPER
45 return;
46 #endif
47
48 if ( m_DebugShapeBBox )
49 {
50 m_DebugShapeBBox.Destroy();
51 m_DebugShapeBBox = null;
52 }
53
55 {
57 }
58 }
override ScriptCallQueue GetCallQueue(int call_category)
Определения DayZGame.c:1187
Shape m_DebugShapeBBox
Определения ComponentEntityDebug.c:4
void OnDrawing()
Определения ComponentEntityDebug.c:102
Shape m_DebugShapeDirection
Определения ComponentEntityDebug.c:5
proto void Remove(func fn)
remove specific call from queue
proto native CGame GetGame()
const int CALL_CATEGORY_GUI
Определения tools.c:9

Перекрестные ссылки CALL_CATEGORY_GUI, CGame::GetCallQueue(), GetGame(), m_DebugShapeBBox, m_DebugShapeDirection, OnDrawing() и ScriptCallQueue::Remove().