Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SourceBaseAudioComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_SourceBaseAudioComponentClass

Functions

SCR_SourceBaseAudioComponentClass ScriptComponentClass Attribute ()] protected ref SCR_AudioSourceConfiguration m_AudioSourceConfiguration
override void OnPostInit (IEntity owner)
 Editable Mine.
void SetSourceBaseComponent ()
 Find the source base component of owner base, caches it and subscribes to GetOnSuppliesArrivalInvoker.
void PlaySupplyArrivalSound ()
void RpcDo_PlaySupplyArrivalSound ()
void ~SCR_SourceBaseAudioComponent ()

Variables

SCR_CampaignSourceBaseComponent m_SourceBaseComponent

Function Documentation

◆ Attribute()

◆ PlaySupplyArrivalSound()

void PlaySupplyArrivalSound ( )
protected

Definition at line 56 of file SCR_SourceBaseAudioComponent.c.

◆ RpcDo_PlaySupplyArrivalSound()

void RpcDo_PlaySupplyArrivalSound ( )
protected

Definition at line 64 of file SCR_SourceBaseAudioComponent.c.

◆ SetSourceBaseComponent()

void SetSourceBaseComponent ( )
protected

Find the source base component of owner base, caches it and subscribes to GetOnSuppliesArrivalInvoker.

Definition at line 23 of file SCR_SourceBaseAudioComponent.c.

◆ ~SCR_SourceBaseAudioComponent()

void ~SCR_SourceBaseAudioComponent ( )
protected

Definition at line 74 of file SCR_SourceBaseAudioComponent.c.

Variable Documentation

◆ m_SourceBaseComponent

SCR_CampaignSourceBaseComponent m_SourceBaseComponent
protected

Definition at line 10 of file SCR_SourceBaseAudioComponent.c.