pub enum VmState {
Continue,
Yield,
}Available on crate feature
luau only.Expand description
Type to set next Luau VM action after executing interrupt function.
pub enum VmState {
Continue,
Yield,
}luau only.Type to set next Luau VM action after executing interrupt function.