![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
A system to help with easing the slowdown effect applied to the character. More...
Protected Member Functions | |
| override void | OnInit () |
| override void | OnUpdatePoint (WorldUpdatePointArgs args) |
| void | Register (notnull SCR_ChimeraCharacter character) |
| void | Unregister (notnull SCR_ChimeraCharacter character) |
Static Protected Member Functions | |
| static override void | InitInfo (WorldSystemInfo outInfo) |
Protected Attributes | |
| ref array< SCR_ChimeraCharacter > | m_aCharacters = {} |
| float | m_fTransitionStrength |
A system to help with easing the slowdown effect applied to the character.
Definition at line 2 of file SCR_CharacterSlowdownEasingSystem.c.
|
inlinestaticprotected |
Definition at line 10 of file SCR_CharacterSlowdownEasingSystem.c.
|
inlineprotected |
Definition at line 18 of file SCR_CharacterSlowdownEasingSystem.c.
|
inlineprotected |
Definition at line 24 of file SCR_CharacterSlowdownEasingSystem.c.
|
inlineprotected |
Add a new character to the system so they get updated.
| [in] | character | Character that will be subscribed to the system. |
Definition at line 44 of file SCR_CharacterSlowdownEasingSystem.c.
|
inlineprotected |
Remove a character in the system so they no longer get updated.
| [in] | character | Character that will be removed from the system. |
Definition at line 56 of file SCR_CharacterSlowdownEasingSystem.c.
|
protected |
Definition at line 4 of file SCR_CharacterSlowdownEasingSystem.c.
|
protected |
Definition at line 7 of file SCR_CharacterSlowdownEasingSystem.c.