native LibraryExists(const library[], LibType:type);
library | Library/Class shortname |
type | Type to search for |
Returns if a specific library or class is loaded.
This is the newer version of module_exists(), enabling users to distinguish between libraries and classes, while module_exists() always checks for both types.
For a list of possible types, see the LibType enum in amxconst.inc
1 if module is loaded, 0 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.