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

◆ DebugDirectionDelete() [2/2]

override void Component::DebugDirectionDelete ( )
inlineprotected

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

85 {
86 #ifndef DEVELOPER
87 return;
88 #endif
89
91 {
92 m_DebugShapeDirection.Destroy();
94 }
95
97 {
99 }
100 }
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().