HS-TYPES
From HSpace
HS-TYPES
Many types of HSpace objects can exist in the game. The following types are currently supported by HSpace code:
Type Description 0 No Type (any object) 1 Ship 2 Missile 3 Planet 4 Wormhole 5 Blackhole 6 Nebula 7 Asteroid Belt - LandingLoc
For any commands that require an object type, the above types can be used. The "No Type," or type 0, can often be specified to represent all objects.
Each object has its own attributes that can be set and retrieved. Because all HSpace objects are derived from a single, NOTYPE base object, they all share some similar attributes that can be set and retrieved. Some objects, such as celestial objects, will share similar celestial attributes that can be set and retrieved.
See also: HS-OBJECT-ATTRS
