native
GetHamReturnInteger
Syntax
native GetHamReturnInteger(&output);
Description
Gets the return value of a hook for hooks that return integers or booleans.
Parameters
| output | The variable to store the value in. |
|---|
native
native GetHamReturnInteger(&output);
Gets the return value of a hook for hooks that return integers or booleans.
| output | The variable to store the value in. |
|---|