[Content Patcher] let mods define bounded tokens
Pathoschild opened this issue ยท 1 comments
Rework the API to let mods register bounded values.
Background
Tokens must be bounded (i.e. guaranteed to only contain a set of known values) to be used in certain contexts (e.g. as numeric values in FromArea
or ToArea
). The API doesn't let mods define bounded tokens, since that currently depends on internal interfaces that can't be exposed as-is.