secrets
Vars | |
file_cache | Cache for files retrieved (such as icons) |
---|---|
forbidden_paths | Defines a list of paths that secrets are not allowed to create. Anything loaded that is of a type or subtype in this list will throw an error. |
load_directories | Root locations of content to load; terminating / is important for example dir check. Maps and mods inject their own directories into this list pre-init. |
permitted_paths | Defines a list of paths that secrets are allowed to create. Anything loaded that isn't of a type or subtype in this list will throw an error. |
protected_lists | List of vars to hide from View Variables as this system is supposed to be full of secrets. |
secrets_by_key | Secrets indexed by key for specific retrieval. |
Var Details
file_cache
Cache for files retrieved (such as icons)
forbidden_paths
Defines a list of paths that secrets are not allowed to create. Anything loaded that is of a type or subtype in this list will throw an error.
load_directories
Root locations of content to load; terminating / is important for example dir check. Maps and mods inject their own directories into this list pre-init.
permitted_paths
Defines a list of paths that secrets are allowed to create. Anything loaded that isn't of a type or subtype in this list will throw an error.
protected_lists
List of vars to hide from View Variables as this system is supposed to be full of secrets.
secrets_by_key
Secrets indexed by key for specific retrieval.