The 'LoadModule' function opens the specified graphic-module.
void @LoadModule(string module_name);
Parameters
string module_name : graphic-module name that you want to open
Return Value
none
Example
@LoadModule("startup.modx");
Description : 'startup.modx' is opened.
Reference