Get command line parameter value.
- Аргументы
-
name | of parameter |
value | output |
- Возвращает
- true when parameter exists, false otherwise
usage :
string value;
{
Print(
"Script debugging on!");
}
proto bool CommandlineGetParam(string name, out string value)
Get command line parameter value.
proto native CGame GetGame()
proto void Print(void var)
Prints content of variable to console/log.
Перекрестные ссылки name.
Используется в DayZGame().