This type has no description.
function int(Handle plugin, int numParams)
Defines a native function.
It is not necessary to validate the parameter count
Handle of the calling plugin.
Number of parameters passed to the native.
Value for the native call to return.
function any(Handle plugin, int numParams)
Defines a native function.
It is not necessary to validate the parameter count
Handle of the calling plugin.
Number of parameters passed to the native.
Value for the native call to return.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.