Expand description
The core Scopes type which tracks our knowledge about the types of in-game values.
Structs§
- Scopes
- This type represents our knowledge about the set of scope types that a script value can have. In most cases it’s narrowed down to a single scope type, but not always.
Enums§
- Argument
Value - A description of the constraints on a value with a prefix such as
var:orlist_size:
Functions§
- needs_
prefix - Look up a token that’s an invalid target, and see if it might be missing a prefix. Return the prefix if one was found.
- scope_
iterator - Look up an iterator, which is a script element that executes its block multiple times, once for each applicable scope value. Iterators may be builtin (the usual case) or may be scripted lists.
- scope_
prefix - Look up a prefixed token that is used to look up items in the game database.
- scope_
to_ scope - Look up an “event link”, which is a script token that looks up something related to a scope value and returns another scope value.
Type Aliases§
- Scopes
Bits 🔒 - vic3 and ck3 and eu5 need more than 64 bits, but the others don’t.