moduleIsFullScreen()
The function checks if the given module is full screen.
Synopsis
int moduleIsFullScreen(string moduleName);
Parameters
| Parameter | Description | 
|---|---|
| moduleName | The module name that is checked. | 
Return value
The function returns 1 if the module is full screen and 0 if it is not.
Errors
Description
The function checks if the given module is full screen.
Assignment
Availability
UI
