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

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 12 of file _serversettings.gsc.

References init(), and on_start_gametype().

◆ constrain_gametype()

function constrain_gametype ( gametype  )

Definition at line 102 of file _serversettings.gsc.

Referenced by init().

◆ constrain_map_size()

function constrain_map_size ( mapsize  )

Definition at line 160 of file _serversettings.gsc.

Referenced by init().

◆ init()

function init ( )

Definition at line 17 of file _serversettings.gsc.

References constrain_gametype(), constrain_map_size(), and update().

Referenced by __init__().

◆ update()