Skip to main content

register_script_module

Macro register_script_module 

Source
macro_rules! register_script_module {
    ($struct:ident, $($key:ident = $value:expr),* $(,)?) => { ... };
    ($struct:ident, $($key:ident),* $(,)?) => { ... };
    ($struct:ident) => { ... };
}
Available on crate feature module only.
Expand description

スクリプトモジュールを登録するマクロ。

§Arguments

  • unwind: panic時にunwindするかどうか。デフォルトはtrue