native module_exists(const logtag[]);
logtag | Module shortname |
Returns if a specific module is loaded.
This uses the same method AMXX uses internally to see if a module is required by a plugin.
Example usage: module_exists("cstrike")
1 if module is loaded, 0 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.