Macro red4ext_rs::methods

source ยท
macro_rules! methods {
    [$( $($mod:ident)* $name:literal => $ty:ident::$id:ident),*$(,)?] => { ... };
}
Expand description

Define a list of methods to register with the game. Usually used in conjuction with exports!.