‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
music_shared.gsc File Reference

Go to the source code of this file.

Functions

function __init__ ()
 
function on_player_spawned ()
 
function setMusicState (state, player)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 10 of file music_shared.gsc.

References on_player_spawned(), on_spawned(), and registerClientSys().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 42 of file music_shared.gsc.

References setMusicState().

Referenced by __init__().

◆ setMusicState()

function setMusicState ( state  ,
player   
)

Definition at line 21 of file music_shared.gsc.

References IS_TRUE, and setClientSysState().

Referenced by on_player_spawned().