GetNativeFunction Function

Gets a function pointer from a native parameter.

function GetNativeFunction(int param)

Parameters

int param

Parameter number, starting from 1.

Return Value

Function pointer at the given parameter number.

Errors

Invalid parameter number, or calling from a non-native function.