NativeCall TypeSet

This type has no description.

function int(Handle plugin, int numParams)

Defines a native function.

It is not necessary to validate the parameter count

Parameters

plugin

Handle of the calling plugin.

numParams

Number of parameters passed to the native.

return

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

Parameters

plugin

Handle of the calling plugin.

numParams

Number of parameters passed to the native.

return

Value for the native call to return.