type
¶
Contains information about data types
Members¶
int InheritedType
¶
-
Type of inherited type, if applicable.
Ex: character inherits from spawn, so its inherited type will be spawn.
string Name
¶
- Type name
string Member[N]
¶
- Member name based on an internal ID number (based on 1 through N, not all values will be used)
int Member[name]
¶
- Member internal ID number based on name (will be a number from 1 to N)
string (To String)
¶
- Same as Name