См. определение в файле 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().