register_library
- Синтаксис
-
native register_library(const library[]);
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Registers the plugin as a library.
- Пометка
-
To mark a library as required, place the following in the include file: #pragma reqlib <name> #if !defined AMXMODX_NOAUTOLOAD #pragma loadlib <name> #endif
- Возвращает
- Функция ничего не возвращает