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”] “STRING” : one of “verysmall”, “small”, “normal” or “large”
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;
Written by Deadfast and made CBA compliant by Vigilante