Type Alias red4ext_rs::StateHandler

source ยท
pub type StateHandler = unsafe extern "C" fn(app: &GameApp);
Expand description

A callback function to be called when a state is entered, updated, or exited.