Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
elementstance.c
Go to the documentation of this file.
1class ElementStance extends DisplayElementBase
2{
3 void ElementStance(PlayerBase player)
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
string m_Value
Definition enentity.c:808
PluginPlayerStatus m_ModulePlayerStatus
max 32 synced modifiers supported, 0 == no sync