![]() |
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 | constrainGameType (gametype) |
function | constrainMapSize (mapsize) |
function | main () |
function | updateServerSettings () |
function __init__ | ( | ) |
Definition at line 12 of file _serversettings.gsc.
References main(), and on_start_gametype().
function constrainGameType | ( | gametype | ) |
Definition at line 122 of file _serversettings.gsc.
Referenced by main().
function constrainMapSize | ( | mapsize | ) |
Definition at line 180 of file _serversettings.gsc.
Referenced by main().
function main | ( | ) |
Definition at line 17 of file _serversettings.gsc.
References constrainGameType(), constrainMapSize(), and updateServerSettings().
Referenced by __init__().
function updateServerSettings | ( | ) |
Definition at line 91 of file _serversettings.gsc.
Referenced by main().