Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_DamagePhaseTitle.c
Go to the documentation of this file.
1
class
SCR_DamagePhaseTitle
:
BaseContainerCustomTitle
2
{
3
override
bool
_WB_GetCustomTitle(
BaseContainer
source, out
string
title)
4
{
5
float
health = 0;
6
source.Get(
"m_fPhaseHealth"
, health);
7
title =
"Phase | HP: "
+ health.ToString();
8
return
true
;
9
}
10
}
BaseContainerCustomTitle
Definition
BaseContainerCustomTitle.c:35
BaseContainer
Definition
BaseContainer.c:13
SCR_DamagePhaseTitle
Definition
SCR_DamagePhaseTitle.c:2
scripts
Game
Destruction
SCR_DamagePhaseTitle.c
Generated by
1.17.0