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

◆ GetCurrentLocationName()

string ScriptConsoleGeneralTab::GetCurrentLocationName ( )
inlineprotected

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

387 {
388 string name;
389 LocationParams prms;
391 if (prms)
392 name =prms.param1;
393 return name;
394 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
Param3< string, bool, vector > LocationParams
Определения PluginConfigDebugProfile.c:49
void GetCurrentPositionData(out LocationParams data)
Определения ScriptConsoleGeneralTab.c:405

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

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