Macro red4ext_rs::static_methods
source ยท macro_rules! static_methods { [$( $($mod:ident)* $name:literal => $ty:ident::$id:ident),*$(,)?] => { ... }; }
Expand description
Define a list of static methods to register with the game. Usually used in conjuction with
exports!
.