‪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 constrainGameType (gametype)
 
function constrainMapSize (mapsize)
 
function main ()
 
function updateServerSettings ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 12 of file _serversettings.gsc.

References main(), and on_start_gametype().

◆ constrainGameType()

function constrainGameType ( gametype  )

Definition at line 122 of file _serversettings.gsc.

Referenced by main().

◆ constrainMapSize()

function constrainMapSize ( mapsize  )

Definition at line 180 of file _serversettings.gsc.

Referenced by main().

◆ main()

function main ( )

Definition at line 17 of file _serversettings.gsc.

References constrainGameType(), constrainMapSize(), and updateServerSettings().

Referenced by __init__().

◆ updateServerSettings()

function updateServerSettings ( )

Definition at line 91 of file _serversettings.gsc.

Referenced by main().