Skip to content
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.

Clone this wiki locally