![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | CanBeShownScript (IEntity user) |
| Can this action be shown in the UI to the provided user entity? | |
| 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 bool | GetActionNameScript (out string outName) |
| override float | GetActionProgressScript (float fProgress, float timeSlice) |
| Returns the progress of this action in seconds. | |
| float | GetAdditionalForce () |
| float | GetMaxForceToMassFactor () |
| void | FindNearbySupportStation () |
| Queries the area around the owner of this action, in order to search for support station, which can provide help for this action. | |
| bool | QueryFilter (IEntity ent) |
| bool | EvaluateFoundEntity (IEntity ent) |
| event void | OnActionSelected () |
| event void | OnActionDeselected () |
| override bool | CanBroadcastScript () |
| If HasLocalEffectOnly() is false this method tells if the server is supposed to broadcast this action to clients. | |
Protected Attributes | |
| float | m_fSuggestedUsersMultiplier |
| ref array< IEntity > | m_aUsers = {} |
| SCR_RepairSupportStationComponent | m_HelpingStation |
| bool | m_bSelected |
| const float | SUPPORT_STATION_SEARCH_RADIUS_SQ = 100 |
| squared radius in meters | |
Definition at line 1 of file SCR_UnflipVehicleAction.c.
Can this action be shown in the UI to the provided user entity?
Definition at line 15 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
If HasLocalEffectOnly() is false this method tells if the server is supposed to broadcast this action to clients.
Definition at line 227 of file SCR_UnflipVehicleAction.c.
Callback method used to evaluate if found is a valid support station
| [in] | ent | entity that was found with the query |
Definition at line 192 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Queries the area around the owner of this action, in order to search for support station, which can provide help for this action.
Definition at line 149 of file SCR_UnflipVehicleAction.c.
If overridden and true is returned, outName is returned when BaseUserAction.GetActionName is called. If not overridden or false is returned the default value from UIInfo is taken (or empty string if no UI info exists)
Definition at line 64 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Returns the progress of this action in seconds.
Definition at line 96 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Definition at line 117 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Definition at line 137 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Method called when the action is interrupted/canceled.
| pUserEntity | The entity that was performing this action prior to interruption |
Definition at line 54 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Definition at line 220 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Definition at line 213 of file SCR_UnflipVehicleAction.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 43 of file SCR_UnflipVehicleAction.c.
|
inlineprotected |
Called when someone tries to perform the continuous action, user entity is typically character.
Definition at line 29 of file SCR_UnflipVehicleAction.c.
Callback method used to quickly filter most of unwanted objects
| [in] | ent | entity that was found with the query |
Definition at line 160 of file SCR_UnflipVehicleAction.c.
|
protected |
Definition at line 6 of file SCR_UnflipVehicleAction.c.
|
protected |
Definition at line 8 of file SCR_UnflipVehicleAction.c.
|
protected |
Definition at line 4 of file SCR_UnflipVehicleAction.c.
|
protected |
Definition at line 7 of file SCR_UnflipVehicleAction.c.
|
protected |
squared radius in meters
Definition at line 11 of file SCR_UnflipVehicleAction.c.