# GlobalSys

extends GlobalSys

Function Description Client
table CommandLineCheck(string_1) CommandLineCheck(name) : returns true if the command line param was used, otherwise false. ✔️
table CommandLineFloat(string_1, float_2) CommandLineFloat(name) : returns the command line param as a float. ✔️
table CommandLineInt(string_1, int_2) CommandLineInt(name) : returns the command line param as an int. ✔️
table CommandLineStr(string_1, string_2) CommandLineStr(name) : returns the command line param as a string. ✔️