DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ String()

string String ( string s)

Helper for passing string expression to functions with void parameter. Example: Print(String("Hello " + var));.

См. определение в файле EnScript.c строка 339

340{
341 return s;
342}

Используется в ScriptConsoleEnfScriptTab::Add(), ScriptConsoleOutputTab::Add(), CalculateLinePointFade(), Hud::DisplayNotifier(), Hud::DisplayTendencyNormal(), Hud::DisplayTendencyTemp(), Hud::InitBadgesAndNotifiers(), ScriptedWidgetEventHandler::Remove() и ScriptedWidgetEventHandler::Show().