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

◆ ShowDebug()

void PluginBase::ShowDebug ( bool show)
inlineprotected

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

12 {
13 DbgUI.BeginCleanupScope();
14
15 if (show && m_pPlayer)
16 {
18
19 DbgUI.Begin("Target Temperature", 10, 10);
20 DbgUI.Panel("", 150, 1);
21 if (ent)
22 {
23 DbgUI.Text("Entity: : " + ent.GetType());
24 DbgUI.Text("Temperature: " + ent.GetTemperature());
25 DbgUI.Text("Frozen State: " + ent.GetIsFrozen());
26 DbgUI.Text("Freeze/Thaw Progress: " + ent.GetFreezeThawProgress());
27 }
28 DbgUI.End();
29 }
30
31 DbgUI.EndCleanupScope();
32 }
class LogManager EntityAI
PlayerBase m_pPlayer
Определения PluginTargetTemperature.c:4
EntityAI GetTargetEntity()
utilizes camera position from the CGame
Определения PluginTargetTemperature.c:35

Перекрестные ссылки DbgUI::Begin(), DbgUI::BeginCleanupScope(), DbgUI::End(), DbgUI::EndCleanupScope(), GetTargetEntity(), m_pPlayer, DbgUI::Panel() и DbgUI::Text().