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

◆ GetWidgetCombinedHash()

int UIScriptedMenu::GetWidgetCombinedHash ( Widget w)
inlineprotected

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

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

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

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