AMX Mod X API Documentation

Signature
native tickcount(&granularity = 0);
Description

Returns the elapsed CPU seconds.

Notes
  • This is a debugging function that is not intended for general plugin

    use.

  • This uses the C clock() function internally and comes with all its

    drawbacks attached.

Parameters
  • granularity Unused
Returns

Number of CPU seconds elapsed

Назад
Верх