![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Start (WorldTimestamp timeNow) |
| WorldTimestamp | GetStartTime () |
| bool | IsFinished (WorldTimestamp timeNow, float additionalTime=0) |
| float | GetRemainingTime (WorldTimestamp timeNow, float additionalTime=0) |
| float | GetDuration () |
| void | SetDuration (float duration) |
| bool | RplSave (ScriptBitWriter writer) |
| bool | RplLoad (ScriptBitReader reader) |
Static Protected Member Functions | |
| static void | Encode (SSnapSerializerBase snapshot, ScriptCtx ctx, ScriptBitSerializer packet) |
| Codec methods. | |
| static bool | Decode (ScriptBitSerializer packet, ScriptCtx ctx, SSnapSerializerBase snapshot) |
| static bool | SnapCompare (SSnapSerializerBase lhs, SSnapSerializerBase rhs, ScriptCtx ctx) |
| static bool | PropCompare (SCR_RespawnTimer prop, SSnapSerializerBase snapshot, ScriptCtx ctx) |
| static bool | Extract (SCR_RespawnTimer prop, ScriptCtx ctx, SSnapSerializerBase snapshot) |
| static bool | Inject (SSnapSerializerBase snapshot, ScriptCtx ctx, SCR_RespawnTimer prop) |
Protected Attributes | |
| WorldTimestamp | m_fStartTime |
| Time at which respawn timer was engaged. | |
| float | m_fDuration |
| The duration of this timer in seconds. | |
Definition at line 1 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Definition at line 97 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Codec methods.
Definition at line 91 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Definition at line 116 of file SCR_RespawnTimer.c.
|
inlineprotected |
Returns duration in seconds of this timer.
Definition at line 53 of file SCR_RespawnTimer.c.
|
inlineprotected |
| timeNow | Current (synchronized) time to ask at. |
| additionalTime | Optional additional time to add. |
Definition at line 40 of file SCR_RespawnTimer.c.
|
inlineprotected |
Returns current start time of this timer as seconds of synchronized time.
Definition at line 20 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Definition at line 124 of file SCR_RespawnTimer.c.
|
inlineprotected |
| timeNow | Current (synchronized) time to ask at. |
| additionalTime | Optional additional time to add. |
Definition at line 30 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Definition at line 109 of file SCR_RespawnTimer.c.
|
inlineprotected |
Deserialize this class using provided ScriptBitWriter.
Definition at line 80 of file SCR_RespawnTimer.c.
|
inlineprotected |
Serialize this class using provided ScriptBitWriter.
Definition at line 69 of file SCR_RespawnTimer.c.
|
inlineprotected |
| duration | New duration in seconds to set. |
Definition at line 61 of file SCR_RespawnTimer.c.
|
inlinestaticprotected |
Definition at line 103 of file SCR_RespawnTimer.c.
|
inlineprotected |
Start the timer by providing new start time.
| timeNow | Current (synchronized) time to ask at. |
Definition at line 12 of file SCR_RespawnTimer.c.
|
protected |
The duration of this timer in seconds.
Definition at line 6 of file SCR_RespawnTimer.c.
|
protected |
Time at which respawn timer was engaged.
Definition at line 4 of file SCR_RespawnTimer.c.