Functions in reapi.inc

Function Description
RegisterHookChain
Hook API function that are available into enum.
Look at the enums for parameter lists.
DisableHookChain
Stops a hook from triggering.
Use the return value from RegisterHookChain as the parameter here!
EnableHookChain
Starts a hook back up.
Use the return value from RegisterHookChain as the parameter here!
SetHookChainReturn
Sets the return value of a hookchain.
GetHookChainReturn
Gets the return value of the current hookchain.
This has no effect in pre hookchain.
SetHookChainArg
Set hookchain argument.
This has no effect in post hookchain.
IsReapiHookOriginalWasCalled
Return call state of original API function (that are available into enum).
Look at the enums for parameter lists.
GetCurrentHookChainHandle
Returns the current hookchain handle.
FClassnameIs
Compares the entity to a specified classname.
GetGrenadeType
To get WeaponIdType from grenade entity
engset_view
Sets the view entity on a client.
This allows pfnSetView able to hooks.
get_viewent
Gets the return index of the current view entity on a client.
is_entity
Check if the entity is valid.
is_rehlds
Check if ReHLDS is available.
is_regamedll
Check if ReGameDLL is available.
has_reunion
Check if Reunion is available.
has_vtc
Check if VTC is available.
has_rechecker
Check if Rechecker is available.