Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_RepairSupportStationComponentClass Interface Reference
Inheritance diagram for SCR_RepairSupportStationComponentClass:
[legend]

Public Member Functions

ENotification GetHealDoneNotFullInVehicleNotification ()
 
SCR_AudioSourceConfiguration GetOnExtinguishUpdateAudioConfig ()
 
SCR_AudioSourceConfiguration GetOnExtinguishDoneAudioConfig ()
 
- Public Member Functions inherited from SCR_BaseDamageHealSupportStationComponentClass
SCR_AudioSourceConfiguration CreateSoundAudioConfig (string soundEventName)
 Get Audio config to play Will create it if it not yet exists.
 
SCR_AudioSourceConfiguration GetOnHealUpdateAudioConfig ()
 
SCR_AudioSourceConfiguration GetOnDoTRemovedAudioConfig ()
 
- Public Member Functions inherited from SCR_BaseSupportStationComponentClass
bool GetSendNotificationOnUse ()
 Get if notification should be shown on Action executed.
 
bool CanMoveWithPhysics ()
 If false then the object has no physics to move it self.
 
bool AllowGetFactionFromParent ()
 Check if prefab allows the faction affiliation component to be obtained from parent Used in init.
 
SCR_AudioSourceConfiguration GetOnUseAudioConfig ()
 Get Audio config to play Will create it if it not yet exists.
 
void GetCharacterVoiceSoundEventVariables (out string characterVoiceEventOnUse, out int characterVoicePriority)
 Get the character voice varriables on support station use.
 

Protected Attributes

ENotification m_eHealDoneNotFullNotificationInVehicle
 
string m_sOnExtinguishUpdateSoundEffectEventName
 
string m_sOnExtinguishDoneSoundEffectEventName
 
ref SCR_AudioSourceConfiguration m_OnExtinguishUpdateAudioSourceConfiguration
 
ref SCR_AudioSourceConfiguration m_OnExtinguishDoneAudioSourceConfiguration
 
- Protected Attributes inherited from SCR_BaseDamageHealSupportStationComponentClass
string m_sOnHealUpdateSoundEffectEventName
 
string m_sOnDoTRemovedSoundEffectEventName
 
ref SCR_AudioSourceConfiguration m_OnHealUpdateAudioSourceConfiguration
 
ref SCR_AudioSourceConfiguration m_OnDoTRemovedAudioSourceConfiguration
 
- Protected Attributes inherited from SCR_BaseSupportStationComponentClass
bool m_bIsVehicle
 
bool m_bSendNotificationOnUse
 
bool m_bAllowGetFactionFromParent
 
ResourceName m_sOnUseSoundEffectFile
 
string m_sOnUseSoundEffectEventName
 
string m_sCharacterVoiceEventOnUse
 
int m_iCharacterVoicePriority
 
ref SCR_AudioSourceConfiguration m_OnUseAudioSourceConfiguration
 

Member Function Documentation

◆ GetHealDoneNotFullInVehicleNotification()

ENotification SCR_RepairSupportStationComponentClass.GetHealDoneNotFullInVehicleNotification ( )
Returns
Notification for Heal done but not full aka: Support Station cannot heal more. This notification is send to players that are in the vehicle that is healed

◆ GetOnExtinguishDoneAudioConfig()

SCR_AudioSourceConfiguration SCR_RepairSupportStationComponentClass.GetOnExtinguishDoneAudioConfig ( )
Returns
Sound Config for heal update. Will return null if no audio is assigned

◆ GetOnExtinguishUpdateAudioConfig()

SCR_AudioSourceConfiguration SCR_RepairSupportStationComponentClass.GetOnExtinguishUpdateAudioConfig ( )
Returns
Sound Config for heal update. Will return null if no audio is assigned

Member Data Documentation

◆ m_eHealDoneNotFullNotificationInVehicle

ENotification SCR_RepairSupportStationComponentClass.m_eHealDoneNotFullNotificationInVehicle
protected

◆ m_OnExtinguishDoneAudioSourceConfiguration

ref SCR_AudioSourceConfiguration SCR_RepairSupportStationComponentClass.m_OnExtinguishDoneAudioSourceConfiguration
protected

◆ m_OnExtinguishUpdateAudioSourceConfiguration

ref SCR_AudioSourceConfiguration SCR_RepairSupportStationComponentClass.m_OnExtinguishUpdateAudioSourceConfiguration
protected

◆ m_sOnExtinguishDoneSoundEffectEventName

string SCR_RepairSupportStationComponentClass.m_sOnExtinguishDoneSoundEffectEventName
protected

◆ m_sOnExtinguishUpdateSoundEffectEventName

string SCR_RepairSupportStationComponentClass.m_sOnExtinguishUpdateSoundEffectEventName
protected

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