ctrlStyle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|version=" to "|version1=") |
Lou Montana (talk | contribs) m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "") |
||
Line 36: | Line 36: | ||
|seealso= [[ctrlType]] [[BIS_fnc_bitflagsToArray]] | |seealso= [[ctrlType]] [[BIS_fnc_bitflagsToArray]] | ||
}} | }} | ||
Revision as of 16:59, 29 January 2021
Description
- Description:
- Returns the provided control's style. See Arma: GUI Configuration - Control Styles.
- Groups:
- GUI Control
Syntax
- Syntax:
- ctrlStyle control
- Parameters:
- control
- Return Value:
- Number - see Arma: GUI Configuration - Control Styles
Examples
- Example 1:
private _ctrlStyle = ctrlStyle _myControl; private _bitFlags = _ctrlStyle call BIS_fnc_bitflagsToArray; if (2 in _bitFlags) then { hint "This control has centered text!"; };
Additional Information
- See also:
- ctrlType BIS_fnc_bitflagsToArray
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
[[Category:Introduced with arma3dev version 2.01]][[ Category: arma3dev: New Scripting Commands | CTRLSTYLE]][[ Category: arma3dev: Scripting Commands | CTRLSTYLE]]