register_library

Syntax

native register_library(const library[]);

Description

Registers the plugin as a library.

Note

To mark a library as required, place the following in the include
file:
#if !defined AMXMODX_NOAUTOLOAD
#endif

Return

This function has no return value.