Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
elementstance.c
Go to the documentation of this file.
1class ElementStance extends DisplayElementBase
2{
4 {
5 NUM_OF_BITS = 2;
6 m_Type = eDisplayElements.DELM_STANCE;
7 m_IsClientOnly = true;
8 }
9
10 override void UpdateHUD()
11 {
12 super.UpdateHUD();
13 m_ModulePlayerStatus.SetStance( m_Value );
14 }
15}
eBleedingSourceType m_Type
override void UpdateHUD()
void ElementStance(PlayerBase player)
string m_Value
Definition enentity.c:808
PluginPlayerStatus m_ModulePlayerStatus
max 32 synced modifiers supported, 0 == no sync