Changes localization key format to script-friendly format.
- Аргументы
-
- Возвращает
- value output string with '$' substituted to script-friendly '#'. If not found, does nothing.
См. определение в файле Global/game.c строка 476
477 {
478 int ret;
479 ret = value.Replace("$STR_","#STR_");
480 return ret > 0;
481 }