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