native
SetHamReturnFloat
Syntax
native SetHamReturnFloat(Float:value);
Description
Sets the return value of a hook that returns a float.
This needs to be used in conjunction with HAM_OVERRIDE or HAM_SUPERCEDE.
Parameters
| value | The value to set the return to. |
|---|