DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetDebugText()
override
string
DayZPlayer::GetDebugText
(
)
inline
protected
См. определение в файле
DayZPlayerImplement.c
строка
521
522
{
523
string
text = super.GetDebugText();
524
text +=
"Parent: "
+
Object
.GetDebugName(
Object
.Cast(
GetParent
())) +
"\n"
;
//keep
525
text +=
"IsSimulationDisabled: "
+ GetIsSimulationDisabled() +
"\n"
;
//keep
526
/*
527
text += "DamageDestroyed: " + IsDamageDestroyed() + "\n";
528
text += "DeathProcessed: " + IsDeathProcessed() + "\n";
529
text += "DeathConditionMet: " + IsDeathConditionMet() + "\n";
530
text += "PullOutOfVehicleState: " + m_PullPlayerOutOfVehicleState + "\n";
531
text += "PullOutOfVehicleSynch: " + m_TriggerPullPlayerOutOfVehicleSynch + "\n";
532
text += "Position: " + GetPosition() + "\n";*/
533
return
text;
534
}
Object
class LOD Object
GetParent
proto native Widget GetParent()
Get parent of the Effect.
Определения
Effect.c:407
Перекрестные ссылки
GetParent()
.
DayZPlayer
Создано системой
1.13.2