macro_rules! call_instance {
($call:tt, $($argument:expr),+) => { ... };
($call:tt) => { ... };
}Expand description
Calls a function on EVENTS_INSTANCE with given parameters
macro_rules! call_instance {
($call:tt, $($argument:expr),+) => { ... };
($call:tt) => { ... };
}Calls a function on EVENTS_INSTANCE with given parameters