BIS fnc toUpperDisplayTexts: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "*/ {{placeholder}}" to "*/</pre> {{placeholder}}") |
(page filled) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|1.00 | |version1= 1.00 | ||
|gr1= GUI | |gr1= GUI | ||
| | |descr= Converts text of selected classes in one display to upper-case except classes with name '''PlayersName'''. Also searches inside [[CT_CONTROLS_GROUP]]s. | ||
|s1= [displayClass, controlClasses, blacklist] call [[BIS_fnc_toUpperDisplayTexts]] | |||
|r1= [[Nothing]] | |||
|p1= displayClass: [[String]] - Class name of the display to manipulate | |||
|p2= controlClasses: [[Array]] of [[String]]s - Class names of parents of controls you want to turn upper case (e. g. ["RscText", "RscTitle"]) | |||
|seealso= | |p3= blacklist: [[Array]] of [[String]]s - (Optional: Default []) Class names of controls you don't want to turn upper case (e. g. ["CA_VehicleAuthor"]) | ||
|x1= <code>["RscDisplayOptionsAudio", ["RscText"]] [[call]] [[BIS_fnc_toUpperDisplayTexts]];</code> | |||
|seealso= [[BIS_fnc_displayName]] | |||
}} | }} |
Revision as of 10:29, 6 February 2021
Description
- Description:
- Converts text of selected classes in one display to upper-case except classes with name PlayersName. Also searches inside CT_CONTROLS_GROUPs.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [displayClass, controlClasses, blacklist] call BIS_fnc_toUpperDisplayTexts
- Parameters:
- displayClass: String - Class name of the display to manipulate
- controlClasses: Array of Strings - Class names of parents of controls you want to turn upper case (e. g. ["RscText", "RscTitle"])
- blacklist: Array of Strings - (Optional: Default []) Class names of controls you don't want to turn upper case (e. g. ["CA_VehicleAuthor"])
- Return Value:
- Nothing
Examples
- Example 1:
["RscDisplayOptionsAudio", ["RscText"]] call BIS_fnc_toUpperDisplayTexts;
Additional Information
- See also:
- BIS_fnc_displayName
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note