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

Public Member Functions

override void Init ()
 Initialize called from MusicManager::EOnInit.
 
override void OnDelete ()
 Delete called from MusicManager::OnDelete.
 
- Public Member Functions inherited from ScriptedMusic
proto external string GetName ()
 Gets the sound event name.
 
proto external void SetName (string name)
 Sets the name of the SoundEvent that will be played on evaluation/playing of the music.
 
bool ShouldPlay ()
 Evaluation on whether the sound should play (upon automatic evaluation of music manager)
 
void Init ()
 Initialize called from MusicManager::EOnInit.
 
void Update (float dt)
 Update called from MusicManager::EOnFrame.
 
void OnDelete ()
 Delete called from MusicManager::OnDelete.
 
void OnPlay ()
 Callback that is called upon starting to play this music.
 
void OnStop ()
 Callback that is called when this music has stopped playing.
 

Public Attributes

MusicManager m_MusicManager
 

Protected Member Functions

void OnBaseCapture (SCR_MilitaryBaseComponent base, Faction faction)
 

Member Function Documentation

◆ Init()

override void SCR_BaseCaptureMusic.Init ( )

Initialize called from MusicManager::EOnInit.

Implements ScriptedMusic.

◆ OnBaseCapture()

void SCR_BaseCaptureMusic.OnBaseCapture ( SCR_MilitaryBaseComponent  base,
Faction  faction 
)
protected

◆ OnDelete()

override void SCR_BaseCaptureMusic.OnDelete ( )

Delete called from MusicManager::OnDelete.

Implements ScriptedMusic.

Member Data Documentation

◆ m_MusicManager

MusicManager SCR_BaseCaptureMusic.m_MusicManager

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