243 {
245
248
249 for( int i = 0; i < serialized_types.Count(); i++ )
250 {
252 serialized_types.Get( i ).Split( ",", strs );
253 bool is_opened = strs.Get( 1 ).ToInt();
255 }
256 }
proto native void GetProfileStringList(string name, out TStringArray values)
Gets array of strings from profile variable.
void ClearDefaultOpenStates()
void SetDefaultOpenState(string type, bool is_opened)
proto native CGame GetGame()
array< string > TStringArray