Module eos_rs::api::script_vars
source · Expand description
Code for handling script variables.
Structs
- Mutable reference to a global script variable, see
ScriptVariableRead
andScriptVariableWrite
. - Reference to a global script variable, see
ScriptVariableRead
. - Mutable reference to a local script variable, see
ScriptVariableRead
andScriptVariableWrite
. - Reference to a local script variable, see
ScriptVariableRead
. - Helper struct for manipulating the global and local script variables.
Enums
- Value of a script variable.
- Value types of script variables.
Traits
- Read actions for script variables.
- Write actions for script variables.
- This trait can be used to simply convert script variable values to their primitive types. See
ScriptVariableRead::value
for an example.
Type Definitions
- A script opcode ID with associated methods to get metadata.
- A script variable ID with associated methods to get metadata.