Skip to main content

AmxNative

Type Alias AmxNative 

Source
pub type AmxNative = extern "C" fn(*mut AMX, *mut i32) -> i32;
Expand description

Native function exposed by a plugin — invoked by the AMX VM on every call to it from the Pawn script.