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

Go to the source code of this file.

Functions

function __init__ ()
 
function on_player_spawned ()
 
function start_gametype ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 20 of file _weaponobjects.gsc.

References init_shared(), on_start_gametype(), and start_gametype().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 34 of file _weaponobjects.gsc.

References createSpikeLauncherWatcher().

Referenced by start_gametype().

◆ start_gametype()

function start_gametype ( )

Definition at line 28 of file _weaponobjects.gsc.

References on_connect(), on_player_connect(), on_player_spawned(), and on_spawned().

Referenced by __init__(), and init_shared().