Signature
enum Stack
{
Invalid_Stack = 0
};
Description
Stack tag declaration
Notes
-
Plugins are responsible for freeing all Stack handles they acquire.
Failing to free handles will result in the plugin and AMXX leaking
memory.