plugin_end
- Синтаксис
-
forward plugin_end();
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Called just before server deactivation and subsequent unloading of the plugin.
- Пометка
-
The plugin is required to manually free Handles it has acquired, such as those from dynamic data structures. Failing to do that will result in the plugin and AMXX leaking memory.
- Возвращает
- Форвард игнорирует возвращаемое значение.