native
SetHookChainReturn
Syntax
native SetHookChainReturn(AType:type, any:...);
Description
Sets the return value of a hookchain.
Parameters
| type | To specify the ATYPE_* parameter, look at the enum AType |
|---|---|
| value | The value to set the return to |