Struct oxygengine_script_flow::vm::Vm [−][src]
pub struct Vm { /* fields omitted */ }
Implementations
pub fn register_operation<T>(&mut self, name: &str, operator: T) where
T: VmOperation + 'static,
pub struct Vm { /* fields omitted */ }
pub fn register_operation<T>(&mut self, name: &str, operator: T) where
T: VmOperation + 'static,