![]() |
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 | constrain_gametype (gametype) |
function | constrain_map_size (mapsize) |
function | init () |
function | update () |
function __init__ | ( | ) |
Definition at line 12 of file _serversettings.gsc.
References init(), and on_start_gametype().
function constrain_gametype | ( | gametype | ) |
Definition at line 102 of file _serversettings.gsc.
Referenced by init().
function constrain_map_size | ( | mapsize | ) |
Definition at line 160 of file _serversettings.gsc.
Referenced by init().
function init | ( | ) |
Definition at line 17 of file _serversettings.gsc.
References constrain_gametype(), constrain_map_size(), and update().
Referenced by __init__().
function update | ( | ) |
Definition at line 71 of file _serversettings.gsc.
Referenced by Callback_ActorDamage(), Callback_PlayerDamage(), Callback_VehicleDamage(), checkAllowSpectating(), init(), MonitorDamage(), QuadtankCallback_VehicleDamage(), remote_damage_think(), spawnTacticalInsertion(), watchAcousticSensorDamage(), watchScramblerDamage(), watchSensorGrenadeDamage(), watchThreatDetectorDamage(), watchTrophySystemDamage(), and weapon_object_do_DamageFeedBack().