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