ctrlStyle: Difference between revisions
Lou Montana (talk | contribs)  (Page creation)  | 
				Lou Montana (talk | contribs)  m (Text replacement - "{{HashLink" to "{{Link")  | 
				||
| (22 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{  | {{RV|type=command  | ||
|game1=   | |game1= arma3  | ||
|version1= 2.02  | |||
|  | |arg= local  | ||
|  | |gr1= GUI Control  | ||
|  | |descr= Returns the provided control's style. See {{Link|Arma: GUI Configuration#Control Styles}}.  | ||
|  | |s1= [[ctrlStyle]] control  | ||
|  | |p1= control: [[Control]]  | ||
|  | |r1= [[Number]] - see {{Link|Arma: GUI Configuration#Control Styles}}  | ||
|  | |x1= <sqf>  | ||
private _ctrlStyle = ctrlStyle _myControl;  | |||
private _bitFlags = _ctrlStyle call BIS_fnc_bitflagsToArray;  | |||
if (2 in _bitFlags) then  | |||
{  | {  | ||
	hint "This control has centered text!";  | |||
};  | };  | ||
</  | </sqf>  | ||
|seealso= [[ctrlType]] [[BIS_fnc_bitflagsToArray]]   | |seealso= [[ctrlType]] [[BIS_fnc_bitflagsToArray]]  | ||
}}  | }}  | ||
Latest revision as of 17:44, 4 January 2023
Description
- Description:
 - Returns the provided control's style. See Arma: GUI Configuration - Control Styles.
 - Groups:
 - GUI Control
 
Syntax
- Syntax:
 - ctrlStyle control
 - Parameters:
 - control: Control
 - Return Value:
 - Number - see Arma: GUI Configuration - Control Styles
 
Examples
- Example 1:
 
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