native
is_module_loaded
Syntax
native is_module_loaded(const name[]);
Description
Checks whether a module is loaded. If it is not, the return value is -1, otherwise
the return value is the module id. The function is case insensitive.
native
native is_module_loaded(const name[]);
Checks whether a module is loaded. If it is not, the return value is -1, otherwise
the return value is the module id. The function is case insensitive.