Module vars

Module vars 

Source
Expand description

Things related to script variables

Structs§

HashMapVariableStore
HashMap implementation of a VariableStore
ReservedConstantVariables
Struct for reserved constant variables

Enums§

Value
Argument to a command that could be a literal or a variable

Constants§

CONSTANT_VAR_MC_VERSION
Constant var for the Minecraft version
RESERVED_CONSTANT_VARS
Constant variables that are reserved by mcvm

Traits§

VariableStore
An trait that can be used to get and set variables used in script evaluation

Functions§

is_reserved_constant_var
Check if a variable identifier is a reserved constant variable