468 {
471
472 if ( loaded_param != "" )
473 {
475 loaded_param.
Split(
"\"", arr);
476 if ( arr.Count() > 0 )
477 {
478 ret_value = arr.Get(0);
479 }
480 }
481 else
482 {
484 }
485
486 return ret_value;
487 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
void SetParameterString(string name, string value, bool save_in_file=true)
string LoadParameter(string param_name)
array< string > TStringArray
const string STRING_EMPTY
void Split(string sample, out array< string > output)
Splits string into array of strings separated by 'sample'.