![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_BaseDeployableInventoryItemComponentClass |
Functions | |
| SCR_BaseDeployableInventoryItemComponentClass ScriptComponentClass | RplProp (onRplName:"OnRplDeployed") |
| Base class which all deployable inventory items inherit from. More... | |
| void | Dismantle (IEntity userEntity=null) |
| protected void | OnRplDeployed () |
| bool | CanDeployBeShown (notnull IEntity userEntity) |
| bool | CanDismantleBeShown (notnull IEntity userEntity) |
| bool | IsDeployed () |
| int | GetItemOwnerID () |
| override void | OnPostInit (IEntity owner) |
| Called on PostInit when all components are added. More... | |
| bool CanDeployBeShown | ( | notnull IEntity | userEntity | ) |
| [in] | userEntity |
Definition at line 61 of file SCR_BaseDeployableInventoryItemComponent.c.
| bool CanDismantleBeShown | ( | notnull IEntity | userEntity | ) |
| [in] | userEntity |
Definition at line 70 of file SCR_BaseDeployableInventoryItemComponent.c.
| void Dismantle | ( | IEntity | userEntity = null | ) |
Gets called when dismantle action is executed by player
| [in] | userEntity |
Definition at line 40 of file SCR_BaseDeployableInventoryItemComponent.c.
| int GetItemOwnerID | ( | ) |
Definition at line 85 of file SCR_BaseDeployableInventoryItemComponent.c.
| bool IsDeployed | ( | ) |
Definition at line 78 of file SCR_BaseDeployableInventoryItemComponent.c.
| protected void OnRplDeployed | ( | ) |
Definition at line 85 of file SCR_BaseDeployableSpawnPointComponent.c.
| SCR_BaseDeployableInventoryItemComponentClass ScriptComponentClass RplProp | ( | onRplName:"OnRplDeployed" | ) |
Base class which all deployable inventory items inherit from.
Gets called when deploy action is executed by player
| [in] | userEntity |
Definition at line 9 of file SCR_BaseDeployableInventoryItemComponent.c.