-
Notifications
You must be signed in to change notification settings - Fork 4
Token
skzk edited this page Jan 8, 2025
·
13 revisions
A token is an 8-byte type which encodes a string of up to 12 characters from a limited character set. It is used throughout the Prism engine, e.g. as identifier for units or model variants.
Available characters are \0
; 0-9; a-z; and _.
TODO: Explain converting from/to this type.
Here's a C# struct for this type.
-
.base/.aux/.snd
- Animated Model
- Bezier Patch
- Buildings
- Bus Stop
- Camera Path
- Camera Point
- City
- Company
- Compound
- Curve
- Cut Plane
- Cutscene
- Environment Area
- Far Model
- Ferry
- Fuel Pump
- Garage
- Gate
- Hinge
- Hookup
- Map Area
- Map Overlay
- Model
- Mover
- Parking
- Prefab
- Road
- Service
- Sign
- Sound
- Terrain
- Traffic Area
- Trajectory
- Trigger
- Visibility Area
- Walker