DHookGetReturn
Get return value (Use only for: int, entity, bool or float return types)
native any DHookGetReturn(Handle hReturn)Parameters
Handle to return structure
Return Value
any Returns default value if prehook returns actual value if post hook.Error
Invalid Handle, invalid type.