Used to determine the UI size of the screen.
_output | the desired output format, either “NUMBER” or “STRING”. |
If the desired output format is
”NUMBER”: an index into [“verysmall”,”small”,”normal”,”large”,”verylarge”] “STRING”: one of “verysmall”, “small”, “normal”, “large” or “verylarge”
If an error occurs, the function returns either the number -1 or the string “error”, depending on the desired output format.
_uiSize = "STRING" call CBA_fnc_getUISize;
commy2