![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| override bool | DeactivateCondition (PlayerBase player) |
| override void | Init () |
| override void | OnActivate (PlayerBase player) |
| override void | OnDeactivate (PlayerBase player) |
| override void | OnReconnect (PlayerBase player) |
| override void | OnTick (PlayerBase player, float deltaT) |
Private Attributes | |
| int | currentState = -1 |
| float | elapsedTime = TIME_TO_UPDATE + 1 |
| const float | HEALTHY_LEG = 100 |
| const float | TIME_TO_UPDATE = 0.5 |
Definition at line 1 of file brokenlegs.c.
|
inlineprivate |
Definition at line 50 of file brokenlegs.c.
References HEALTHY_LEG.
|
inlineprivate |
Definition at line 12 of file brokenlegs.c.
References DEFAULT_TICK_TIME_INACTIVE, m_ActivationType, m_AnalyticsStatsEnabled, m_ID, m_IsPersistent, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
Definition at line 23 of file brokenlegs.c.
|
inlineprivate |
Definition at line 38 of file brokenlegs.c.
|
inlineprivate |
Definition at line 30 of file brokenlegs.c.
|
inlineprivate |
Definition at line 63 of file brokenlegs.c.
|
private |
Definition at line 4 of file brokenlegs.c.
|
private |
Definition at line 6 of file brokenlegs.c.
|
private |
Definition at line 3 of file brokenlegs.c.
Referenced by DeactivateCondition().
|
private |
Definition at line 5 of file brokenlegs.c.