class MrbState
- MrbState
- Reference
- Object
Overview
Wrapper for an mruby state reference
Defined in:
MrbState.crConstructors
Class Method Summary
Instance Method Summary
- #close
- #define_class_method(name : String, c : MrbClass, proc : MrbFunc)
-
#define_method(name : String, c : MrbClass, proc : MrbFunc)
TODO Use internal mruby arg count in future versions
- #define_module_function(name : String, mod : MrbModule, proc : MrbFunc)
- #execute_script_line(str : String)
- #load_script_from_file(filename : String)
- #to_unsafe
Constructor Detail
Class Method Detail
Instance Method Detail
TODO Use internal mruby arg count in future versions