211 {
213
216
217 for( int i = 0; i < serialized_types.Count(); i++ )
218 {
220 serialized_types.Get( i ).Split( ",", strs );
221 bool is_opened = strs.Get( 1 ).ToInt();
223 }
224 }
proto native void GetProfileStringList(string name, out TStringArray values)
Gets array of strings from profile variable.
void ClearDefaultHeaderOpenStates()
void SetDefaultHeaderOpenState(string type, bool is_opened)
proto native CGame GetGame()
array< string > TStringArray