AMX Mod X API Documentation

Signature
native bool:IsReapiHookOriginalWasCalled(ReAPIFunc:function_id);
Description

Return call state of original API function (that are available into enum).

Look at the enums for parameter lists.

Parameters
  • func The function to get state
Returns

Returns true if the original function was called, otherwise false

Назад
Верх