|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
19 proto external
void Play(
string musicName);
21 proto external
void Stop(
string musicName);
proto external void SetManagerSignals()
Sets default used MusicManager signals.
proto external void SetSignalValue(int index, float value)
Set signal value by 'index'. Index is obtained by GetSignalIndex method.
SCR_GenericBoxEntityClass GenericEntity
proto external void RequestServerMuteCategory(MusicCategory musicCategory, bool mute)
Requests server (from any client) to mute a category on the server, this muted category is seperated ...
proto external void Stop(string musicName)
Stops either a specific Music that is playing by name OR stops whatever is currently playing (when th...
MusicManagerClass GenericEntityClass Play(string musicName)
'Forces' a sound to play without taking into account the automated evaluation process
proto external void SetSignalValueStr(string signal, float value)
Set signal value by signal name.
proto external int GetSignalIndex(string name)
Get index for signal name. Return -1 if signal not found.
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
proto external bool ServerIsCategoryMuted(MusicCategory musicCategory)
Checks whether a given category is muted by the server (game master)
proto external void MuteCategory(MusicCategory musicCategory, bool mute, bool stopNow)
(Un)Mutes a category locally. Does not influence any categories muted from server side