Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseDamageHealSupportStationComponentClass Class Reference
Inheritance diagram for SCR_BaseDamageHealSupportStationComponentClass:
SCR_BaseSupportStationComponentClass SCR_HealSupportStationComponentClass SCR_RepairSupportStationComponentClass

Protected Member Functions

SCR_AudioSourceConfiguration CreateSoundAudioConfig (string soundEventName)
SCR_AudioSourceConfiguration GetOnHealUpdateAudioConfig ()
SCR_AudioSourceConfiguration GetOnDoTRemovedAudioConfig ()

Protected Attributes

string m_sOnHealUpdateSoundEffectEventName
string m_sOnDoTRemovedSoundEffectEventName
ref SCR_AudioSourceConfiguration m_OnHealUpdateAudioSourceConfiguration
ref SCR_AudioSourceConfiguration m_OnDoTRemovedAudioSourceConfiguration

Detailed Description

Definition at line 2 of file SCR_BaseDamageHealSupportStationComponent.c.

Member Function Documentation

◆ CreateSoundAudioConfig()

SCR_AudioSourceConfiguration SCR_BaseDamageHealSupportStationComponentClass::CreateSoundAudioConfig ( string soundEventName)
inlineprotected

Get Audio config to play Will create it if it not yet exists. Returns null if no SoundFile or SoundEvent is set

Parameters
[in]soundEventNameDSConfig
Returns

Definition at line 18 of file SCR_BaseDamageHealSupportStationComponent.c.

◆ GetOnDoTRemovedAudioConfig()

SCR_AudioSourceConfiguration SCR_BaseDamageHealSupportStationComponentClass::GetOnDoTRemovedAudioConfig ( )
inlineprotected
Returns
Sound Config for heal update. Will return null if no audio is assigned

Definition at line 50 of file SCR_BaseDamageHealSupportStationComponent.c.

◆ GetOnHealUpdateAudioConfig()

SCR_AudioSourceConfiguration SCR_BaseDamageHealSupportStationComponentClass::GetOnHealUpdateAudioConfig ( )
inlineprotected
Returns
Sound Config for heal update. Will return null if no audio is assigned

Definition at line 39 of file SCR_BaseDamageHealSupportStationComponent.c.

Member Data Documentation

◆ m_OnDoTRemovedAudioSourceConfiguration

ref SCR_AudioSourceConfiguration SCR_BaseDamageHealSupportStationComponentClass::m_OnDoTRemovedAudioSourceConfiguration
protected

Definition at line 11 of file SCR_BaseDamageHealSupportStationComponent.c.

◆ m_OnHealUpdateAudioSourceConfiguration

ref SCR_AudioSourceConfiguration SCR_BaseDamageHealSupportStationComponentClass::m_OnHealUpdateAudioSourceConfiguration
protected

Definition at line 10 of file SCR_BaseDamageHealSupportStationComponent.c.

◆ m_sOnDoTRemovedSoundEffectEventName

string SCR_BaseDamageHealSupportStationComponentClass::m_sOnDoTRemovedSoundEffectEventName
protected

Definition at line 8 of file SCR_BaseDamageHealSupportStationComponent.c.

◆ m_sOnHealUpdateSoundEffectEventName

string SCR_BaseDamageHealSupportStationComponentClass::m_sOnHealUpdateSoundEffectEventName
protected

Definition at line 5 of file SCR_BaseDamageHealSupportStationComponent.c.


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