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

Protected Member Functions

override void Init (IEntity pOwnerEntity, GenericComponent pManagerComponent)
override bool CanBeShownScript (IEntity user)
override bool GetActionNameScript (out string outName)
override float SCR_GetCurrentValue ()
override float SCR_GetMinimumValue ()
override float SCR_GetMaximumValue ()
override float GetActionProgressScript (float fProgress, float timeSlice)
override void OnActionStart (IEntity pUserEntity)
bool OnSaveActionData (ScriptBitWriter writer)
bool OnLoadActionData (ScriptBitReader reader)

Protected Attributes

SCR_MortarShellGadgetComponent m_ShellGadgetComp
ChimeraCharacter m_Character
SCR_ShellConfig m_ShellConfig

Detailed Description

Definition at line 1 of file SCR_AdjustShellTimeFuzeAction.c.

Member Function Documentation

◆ CanBeShownScript()

override bool SCR_AdjustShellTimeFuzeAction::CanBeShownScript ( IEntity user)
inlineprotected

Definition at line 16 of file SCR_AdjustShellTimeFuzeAction.c.

◆ GetActionNameScript()

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

Definition at line 40 of file SCR_AdjustShellTimeFuzeAction.c.

◆ GetActionProgressScript()

override float SCR_AdjustShellTimeFuzeAction::GetActionProgressScript ( float fProgress,
float timeSlice )
inlineprotected

Definition at line 94 of file SCR_AdjustShellTimeFuzeAction.c.

◆ Init()

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

Definition at line 8 of file SCR_AdjustShellTimeFuzeAction.c.

◆ OnActionStart()

override void SCR_AdjustShellTimeFuzeAction::OnActionStart ( IEntity pUserEntity)
inlineprotected

Definition at line 103 of file SCR_AdjustShellTimeFuzeAction.c.

◆ OnLoadActionData()

bool SCR_AdjustShellTimeFuzeAction::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 161 of file SCR_AdjustShellTimeFuzeAction.c.

◆ OnSaveActionData()

bool SCR_AdjustShellTimeFuzeAction::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 113 of file SCR_AdjustShellTimeFuzeAction.c.

◆ SCR_GetCurrentValue()

override float SCR_AdjustShellTimeFuzeAction::SCR_GetCurrentValue ( )
inlineprotected

Definition at line 64 of file SCR_AdjustShellTimeFuzeAction.c.

◆ SCR_GetMaximumValue()

override float SCR_AdjustShellTimeFuzeAction::SCR_GetMaximumValue ( )
inlineprotected

Definition at line 85 of file SCR_AdjustShellTimeFuzeAction.c.

◆ SCR_GetMinimumValue()

override float SCR_AdjustShellTimeFuzeAction::SCR_GetMinimumValue ( )
inlineprotected

Definition at line 76 of file SCR_AdjustShellTimeFuzeAction.c.

Member Data Documentation

◆ m_Character

ChimeraCharacter SCR_AdjustShellTimeFuzeAction::m_Character
protected

Definition at line 4 of file SCR_AdjustShellTimeFuzeAction.c.

◆ m_ShellConfig

SCR_ShellConfig SCR_AdjustShellTimeFuzeAction::m_ShellConfig
protected

Definition at line 5 of file SCR_AdjustShellTimeFuzeAction.c.

◆ m_ShellGadgetComp

SCR_MortarShellGadgetComponent SCR_AdjustShellTimeFuzeAction::m_ShellGadgetComp
protected

Definition at line 3 of file SCR_AdjustShellTimeFuzeAction.c.


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