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

Protected Member Functions

override void Init (IEntity pOwnerEntity, GenericComponent pManagerComponent)
override bool CanBeShownScript (IEntity user)
override void OnActionStart (IEntity pUserEntity)
override void OnActionCanceled (IEntity pOwnerEntity, IEntity pUserEntity)
void ~SCR_PlayInstrument ()

Static Protected Member Functions

static ScriptInvokerInt2 GetOnInstrumentPlayed ()

Protected Attributes

ref SCR_AudioSourceConfiguration m_AudioSourceConfiguration
SCR_EInstrumentType m_eInstrumentType
AudioHandle m_AudioHandle = AudioHandle.Invalid
SCR_DamageManagerComponent m_DamageComponent

Static Protected Attributes

static ref ScriptInvokerInt2 s_onInstrumentPlayed

Detailed Description

Definition at line 2 of file SCR_PlayInstrument.c.

Constructor & Destructor Documentation

◆ ~SCR_PlayInstrument()

void SCR_PlayInstrument::~SCR_PlayInstrument ( )
inlineprotected

Definition at line 93 of file SCR_PlayInstrument.c.

Member Function Documentation

◆ CanBeShownScript()

override bool SCR_PlayInstrument::CanBeShownScript ( IEntity user)
inlineprotected

Definition at line 24 of file SCR_PlayInstrument.c.

◆ GetOnInstrumentPlayed()

ScriptInvokerInt2 SCR_PlayInstrument::GetOnInstrumentPlayed ( )
inlinestaticprotected

Definition at line 84 of file SCR_PlayInstrument.c.

◆ Init()

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

Definition at line 16 of file SCR_PlayInstrument.c.

◆ OnActionCanceled()

override void SCR_PlayInstrument::OnActionCanceled ( IEntity pOwnerEntity,
IEntity pUserEntity )
inlineprotected

Definition at line 57 of file SCR_PlayInstrument.c.

◆ OnActionStart()

override void SCR_PlayInstrument::OnActionStart ( IEntity pUserEntity)
inlineprotected

Definition at line 33 of file SCR_PlayInstrument.c.

Member Data Documentation

◆ m_AudioHandle

AudioHandle SCR_PlayInstrument::m_AudioHandle = AudioHandle.Invalid
protected

Definition at line 10 of file SCR_PlayInstrument.c.

◆ m_AudioSourceConfiguration

ref SCR_AudioSourceConfiguration SCR_PlayInstrument::m_AudioSourceConfiguration
protected

Definition at line 5 of file SCR_PlayInstrument.c.

◆ m_DamageComponent

SCR_DamageManagerComponent SCR_PlayInstrument::m_DamageComponent
protected

Definition at line 13 of file SCR_PlayInstrument.c.

◆ m_eInstrumentType

SCR_EInstrumentType SCR_PlayInstrument::m_eInstrumentType
protected

Definition at line 8 of file SCR_PlayInstrument.c.

◆ s_onInstrumentPlayed

ref ScriptInvokerInt2 SCR_PlayInstrument::s_onInstrumentPlayed
staticprotected

Definition at line 12 of file SCR_PlayInstrument.c.


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