Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeployCollimatorAction Class Reference
Inheritance diagram for SCR_DeployCollimatorAction:
SCR_AdjustCollimatorAction

Protected Member Functions

override void Init (IEntity pOwnerEntity, GenericComponent pManagerComponent)
bool OnSaveActionData (ScriptBitWriter writer)
bool OnLoadActionData (ScriptBitReader reader)
override bool GetActionNameScript (out string outName)

Protected Attributes

bool m_bSightStowedOnStart
bool m_bSightIsUnstowed

Detailed Description

Definition at line 1 of file SCR_DeployCollimatorAction.c.

Member Function Documentation

◆ GetActionNameScript()

override bool SCR_DeployCollimatorAction::GetActionNameScript ( out string outName)
inlineprotected

Definition at line 52 of file SCR_DeployCollimatorAction.c.

◆ Init()

override void SCR_DeployCollimatorAction::Init ( IEntity pOwnerEntity,
GenericComponent pManagerComponent )
inlineprotected

Definition at line 9 of file SCR_DeployCollimatorAction.c.

◆ OnLoadActionData()

bool SCR_DeployCollimatorAction::OnLoadActionData ( ScriptBitReader reader)
inlineprotected

If the one performing the action packed some data in it everybody receiving the action. Only available for actions for which HasLocalEffectOnly returns false. Only triggered if the sender wrote anyting to the buffer.

Definition at line 37 of file SCR_DeployCollimatorAction.c.

◆ OnSaveActionData()

bool SCR_DeployCollimatorAction::OnSaveActionData ( ScriptBitWriter writer)
inlineprotected

Before performing the action the caller can store some data in it which is delivered to others. Only available for actions for which HasLocalEffectOnly returns false.

Definition at line 19 of file SCR_DeployCollimatorAction.c.

Member Data Documentation

◆ m_bSightIsUnstowed

bool SCR_DeployCollimatorAction::m_bSightIsUnstowed
protected

Definition at line 6 of file SCR_DeployCollimatorAction.c.

◆ m_bSightStowedOnStart

bool SCR_DeployCollimatorAction::m_bSightStowedOnStart
protected

Definition at line 4 of file SCR_DeployCollimatorAction.c.


The documentation for this class was generated from the following file: