AMXX-BG.INFO reapi.inc Functions

reapi functions

All callable symbols documented in this include, grouped by declaration type.

Natives

Name Signature
DisableHookChain native bool:DisableHookChain(HookChain:hook)
EnableHookChain native bool:EnableHookChain(HookChain:hook)
engset_view native engset_view(const index, const viewEntity)
FClassnameIs native bool:FClassnameIs(const entityIndex, const className[])
get_viewent native get_viewent(const index)
GetCurrentHookChainHandle native HookChain:GetCurrentHookChainHandle()
GetGrenadeType native WeaponIdType:GetGrenadeType(const entityIndex)
GetHookChainReturn native any:GetHookChainReturn(AType:type, any:...)
has_rechecker native bool:has_rechecker()
has_reunion native bool:has_reunion()
has_vtc native bool:has_vtc()
is_entity native bool:is_entity(const entityIndex)
is_regamedll native bool:is_regamedll()
is_rehlds native bool:is_rehlds()
IsReapiHookOriginalWasCalled native bool:IsReapiHookOriginalWasCalled(ReAPIFunc:function_id)
RegisterHookChain native HookChain:RegisterHookChain(ReAPIFunc:function_id, const callback[], post = 0)
SetHookChainArg native SetHookChainArg(number, AType:type, any:...)
SetHookChainReturn native SetHookChainReturn(AType:type, any:...)