DayZ 1.29
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 {
56 g_Game.GetCallQueue(CALL_CATEGORY_GUI).Remove(OnDrawing);
57 }
58 }
DayZGame g_Game
Определения DayZGame.c:3942
Shape m_DebugShapeBBox
Определения ComponentEntityDebug.c:4
void OnDrawing()
Определения ComponentEntityDebug.c:102
Shape m_DebugShapeDirection
Определения ComponentEntityDebug.c:5
const int CALL_CATEGORY_GUI
Определения 3_Game/DayZ/tools/tools.c:9

Перекрестные ссылки CALL_CATEGORY_GUI, g_Game, m_DebugShapeBBox, m_DebugShapeDirection и OnDrawing().