![]() |
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) |
| Called when object is initialized and registered to actions manager. | |
| override bool | CanBeShownScript (IEntity user) |
| Can this action be shown in the UI to the provided user entity? | |
| float | GetAdditionalForce () |
| float | GetMaxForceToMassFactor () |
| void | ApplyForce (IEntity rootEntity, IEntity pUserEntity, float timeSlice, vector forceOffset=vector.Zero) |
| override void | PerformContinuousAction (IEntity pOwnerEntity, IEntity pUserEntity, float timeSlice) |
| Called when someone tries to perform the continuous action, user entity is typically character. | |
| override void | OnActionStart (IEntity pUserEntity) |
| override void | OnActionCanceled (IEntity pOwnerEntity, IEntity pUserEntity) |
| override float | GetActionProgressScript (float fProgress, float timeSlice) |
| Returns the progress of this action in seconds. | |
| override bool | CanBroadcastScript () |
| If HasLocalEffectOnly() is false this method tells if the server is supposed to broadcast this action to clients. | |
Protected Attributes | |
| const float | FORCE_SCALE = 1.0 |
| const float | COUNTERFORCE_SCALE = -1.5 |
| params | : "0.01 inf 0.01")] protected float m_fMassToForce |
| params | : "1 100000 1")] protected float m_fForceLimit |
| float | m_fLinearSpeedLimit |
| params | : "0 inf")] protected float m_fAngularSpeedLimit |
| bool | m_bPull |
| int | m_iForceApplicationFrequency |
| float | m_fCounterForceOffsetMultiplier |
| float | m_fApplicationInterval |
| float | m_fApplicationDeltaTime |
| RplComponent | m_Rpl |
Definition at line 1 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Definition at line 105 of file SCR_PushVehicleAction.c.
Can this action be shown in the UI to the provided user entity?
Definition at line 53 of file SCR_PushVehicleAction.c.
|
inlineprotected |
If HasLocalEffectOnly() is false this method tells if the server is supposed to broadcast this action to clients.
Definition at line 211 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Returns the progress of this action in seconds.
Definition at line 204 of file SCR_PushVehicleAction.c.
|
protected |
|
inlineprotected |
Definition at line 99 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Called when object is initialized and registered to actions manager.
Definition at line 42 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Method called when the action is interrupted/canceled.
| pUserEntity | The entity that was performing this action prior to interruption |
Definition at line 190 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Method called from scripted interaction handler when an action is started (progress bar appeared)
| pUserEntity | The entity that started performing this action |
Definition at line 181 of file SCR_PushVehicleAction.c.
|
inlineprotected |
Called when someone tries to perform the continuous action, user entity is typically character.
Definition at line 173 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 6 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 9 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 15 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 4 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 3 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 19 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 28 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 27 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 25 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 13 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 22 of file SCR_PushVehicleAction.c.
|
protected |
Definition at line 29 of file SCR_PushVehicleAction.c.