| 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. |
| __reapi_version_check | This is the callback from the module that gives major/minor versions for verifying compatibility for ReAPI versions.
If an AMXX plugin gets a failure, then you do need to upgrade to the latest version of the ReAPI module or update the files included for AMXX plugins.
Do not modify this! |