AMX Mod X API Documentation

Signature
enum Snapshot { Invalid_Snapshot = 0 };
Description

Hash map snapshot tag declaration

Notes
  • Plugins are responsible for freeing all Snapshot handles they acquire.

    Failing to free handles will result in the plugin and AMXX leaking

    memory.

Назад
Верх