void GB.Call ( GB_FUNCTION * func , int nparam , int release )
Calls a function that you got from the GB.GetFunction() API call.
- func is the function to call.
- nparam is the number of parameters you pushed on the interpreter stack.
- If release is different from zero, then the return value of the function will be released.