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

◆ GetWidgetCombinedHash()

int UIScriptedMenu::GetWidgetCombinedHash ( Widget w)
inlineprotected

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

166 {
167 string nameThis = w.GetName();
168 string nameParent = "";
169
170 if (w.GetParent())
171 {
172 nameParent = w.GetParent().GetName();
173 }
174
175 string namesCombined = nameThis + nameParent;
176 return namesCombined.Hash();
177 }
proto native int Hash()
Returns hash of string.

Перекрестные ссылки string::Hash().

Используется в GetMessage() и SetHintText().