Skip to main content

IMultiItemGainSequenceMethods

Trait IMultiItemGainSequenceMethods 

Source
pub trait IMultiItemGainSequenceMethods: IMultiItemGainSequence {
    // Provided methods
    fn ctor(self, items: impl Into<List_1<ItemData>>) { ... }
    fn on_tick(self) { ... }
}

Provided Methods§

Source

fn ctor(self, items: impl Into<List_1<ItemData>>)

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::itemdata::ItemData>) overload

Source

fn on_tick(self)

OnTick() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMultiItemGainSequence> IMultiItemGainSequenceMethods for __T

Available on crate feature app-multiitemgainsequence only.