Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseDeployableInventoryItemComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseDeployableInventoryItemComponentClass
class  SCR_BaseDeployableInventoryItemComponent
 Base class which all deployable inventory items inherit from. More...

Typedefs

typedef func DeployableStateChanged
typedef ScriptInvokerBase< DeployableStateChangedSCR_DeployableItemState

Functions

SCR_BaseDeployableInventoryItemComponentClass ScriptComponentClass DeployableStateChanged (bool newState, SCR_BaseDeployableInventoryItemComponent component)
ResourceName GetReplacementPrefab ()
bool IsSoundEnabled ()
bool IsDeletedWhenDestroyed ()

Variables

ResourceName m_sReplacementPrefab
bool m_bEnableSounds
bool m_bDeleteWhenDestroyed

Typedef Documentation

◆ DeployableStateChanged

◆ SCR_DeployableItemState

typedef ScriptInvokerBase<DeployableStateChanged> SCR_DeployableItemState

Definition at line 35 of file SCR_BaseDeployableInventoryItemComponent.c.

Function Documentation

◆ DeployableStateChanged()

◆ GetReplacementPrefab()

ResourceName DeployableStateChanged::GetReplacementPrefab ( )
protected

Definition at line 11 of file SCR_BaseDeployableInventoryItemComponent.c.

◆ IsDeletedWhenDestroyed()

bool DeployableStateChanged::IsDeletedWhenDestroyed ( )
protected

Definition at line 23 of file SCR_BaseDeployableInventoryItemComponent.c.

◆ IsSoundEnabled()

bool DeployableStateChanged::IsSoundEnabled ( )
protected

Definition at line 17 of file SCR_BaseDeployableInventoryItemComponent.c.

Variable Documentation

◆ m_bDeleteWhenDestroyed

bool m_bDeleteWhenDestroyed
protected

Definition at line 8 of file SCR_BaseDeployableInventoryItemComponent.c.

◆ m_bEnableSounds

bool m_bEnableSounds
protected

Definition at line 5 of file SCR_BaseDeployableInventoryItemComponent.c.

◆ m_sReplacementPrefab

ResourceName m_sReplacementPrefab
protected

Definition at line 2 of file SCR_BaseDeployableInventoryItemComponent.c.