![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class which all deployable inventory items inherit from. More...
Protected Member Functions | |
| void | SetDeploying (bool isDeploying) |
| bool | IsDeploying () |
| SCR_DeployableItemState | GetOnDeployedStateChanged () |
| void | OnCompositionDestroyed (IEntity instigator) |
| Callback method that is triggered when composition is destroyed. | |
| void | RPC_SetTransformBroadcast (vector transform[4]) |
| void | RPC_PlaySoundOnDeployBroadcast (bool deploy) |
| void | Deploy (IEntity userEntity=null, bool reload=false) |
| void | Dismantle (IEntity userEntity=null, bool reload=false) |
| void | SetItemOwner (int playerId) |
| void | Reload () |
| Dismantle and redeploy to update settings. | |
| void | OnRplDeployed () |
| bool | CanDeployBeShown (notnull IEntity userEntity) |
| bool | CanDismantleBeShown (notnull IEntity userEntity) |
| bool | IsDeployed () |
| int | GetItemOwnerID () |
| override void | OnPostInit (IEntity owner) |
| override void | OnDelete (IEntity owner) |
Protected Attributes | |
| bool | m_bIsDeployed |
| IEntity | m_ReplacementEntity |
| vector | m_aOriginalTransform [4] |
| RplComponent | m_RplComponent |
| bool | m_bIsDeploying |
| int | m_iItemOwnerID |
| ref SCR_DeployableItemState | m_OnDeployedStateChanged |
| bool | m_bWasDeployed |
| IEntity | m_PreviousOwner |
Base class which all deployable inventory items inherit from.
Definition at line 38 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
| [in] | userEntity |
Definition at line 267 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
| [in] | userEntity |
Definition at line 276 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Gets called when deploy action is executed by player
| [in] | userEntity |
Definition at line 127 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Gets called when dismantle action is executed by player
| [in] | userEntity |
Definition at line 199 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 291 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 71 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 284 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 65 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Callback method that is triggered when composition is destroyed.
Definition at line 81 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 305 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 297 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
|
inlineprotected |
Dismantle and redeploy to update settings.
Definition at line 246 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 103 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 95 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 59 of file SCR_BaseDeployableInventoryItemComponent.c.
|
inlineprotected |
Definition at line 239 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 44 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 41 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 48 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 55 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 51 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 53 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 56 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 43 of file SCR_BaseDeployableInventoryItemComponent.c.
|
protected |
Definition at line 46 of file SCR_BaseDeployableInventoryItemComponent.c.