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

◆ GetCurrentLocationName()

string ScriptConsoleGeneralTab::GetCurrentLocationName ( )
inlineprotected

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

395 {
396 string name;
397 LocationParams prms;
399 if (prms)
400 name =prms.param1;
401 return name;
402 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
Param3< string, bool, vector > LocationParams
Определения PluginConfigDebugProfile.c:25
void GetCurrentPositionData(out LocationParams data)
Определения ScriptConsoleGeneralTab.c:413

Перекрестные ссылки GetCurrentPositionData() и name.

Используется в OnClick().