![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | Init (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
| override bool | CanBeShownScript (IEntity user) |
| bool | OnSaveActionData (ScriptBitWriter writer) |
| bool | OnLoadActionData (ScriptBitReader reader) |
| override bool | GetActionNameScript (out string outName) |
Protected Attributes | |
| SCR_FireModeManagerComponent | fireModeManager |
Definition at line 1 of file SCR_RippleFireIntervalAction.c.
Definition at line 17 of file SCR_RippleFireIntervalAction.c.
|
inlineprotected |
Definition at line 68 of file SCR_RippleFireIntervalAction.c.
|
inlineprotected |
Definition at line 6 of file SCR_RippleFireIntervalAction.c.
|
inlineprotected |
If the one performing the action packed some data in it everybody receiving the action. Only available for actions for which HasLocalEffectOnly returns false. Only triggered if the sender wrote anyting to the buffer.
Definition at line 47 of file SCR_RippleFireIntervalAction.c.
|
inlineprotected |
Before performing the action the caller can store some data in it which is delivered to others. Only available for actions for which HasLocalEffectOnly returns false.
Definition at line 28 of file SCR_RippleFireIntervalAction.c.
|
protected |
Definition at line 3 of file SCR_RippleFireIntervalAction.c.