![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
| function | __init__ () |
| function | on_player_spawned () |
| function | setMusicState (state, player) |
| function __init__ | ( | ) |
Definition at line 10 of file music_shared.gsc.
References on_player_spawned(), on_spawned(), and registerClientSys().
| function on_player_spawned | ( | ) |
Definition at line 42 of file music_shared.gsc.
References setMusicState().
Referenced by __init__().
| function setMusicState | ( | state | , |
| player | |||
| ) |
Definition at line 21 of file music_shared.gsc.
References IS_TRUE, and setClientSysState().
Referenced by on_player_spawned().