Enum rpg_compiler::node::SBFunction
source · [−]pub enum SBFunction {
UnZombify,
Confuse,
GodSpeech,
TimeWarp,
Shift,
CreatePot,
}
Expand description
Spell book functions
Variants
UnZombify
Confuse
GodSpeech
TimeWarp
Shift
CreatePot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SBFunction
impl Send for SBFunction
impl Sync for SBFunction
impl Unpin for SBFunction
impl UnwindSafe for SBFunction
Blanket Implementations
Mutably borrows from an owned value. Read more