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

◆ ToUpper()

proto int string::ToUpper ( )
private

Changes string to uppercase. Returns length.

Возвращает
int - Length of changed string
string str = "Hello World";
int i = str.ToUpper();
Print(str);
Print(i);
>> str = HELLO WORLD
>> i = 11
proto void Print(void var)
Prints content of variable to console/log.
@ WORLD
4_World
Определения EnProfiler.c:30
proto int ToUpper()
Changes string to uppercase. Returns length.

Используется в ScriptedWidgetEventHandler::AddEx(), HandsPreview::CreateNewIcon(), ServerBrowserHelperFunctions::GetMapDisplayName(), ActionTargetsCursor::SetItemDesc() и ScriptedWidgetEventHandler::SetItemDesc().