ctrlShadow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns 'shadow' property of the control (see ctrlSetShadow). |s1= [[ctrlShadow]...")
 
No edit summary
Line 15: Line 15:
|r1= [[Number]]
|r1= [[Number]]


|x1= <sqf>ctrlSetShadow _control;</sqf>
|x1= <sqf>_shadow = ctrlShadow _control;</sqf>


|seealso= [[ctrlSetShadow]] [[ctrlCreate]]
|seealso= [[ctrlSetShadow]] [[ctrlCreate]]
}}
}}

Revision as of 20:29, 6 July 2022

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.10.

Description

Description:
Returns 'shadow' property of the control (see ctrlSetShadow).
Groups:
GUI Control

Syntax

Syntax:
ctrlShadow control
Parameters:
control: Control
Return Value:
Number

Examples

Example 1:
_shadow = ctrlShadow _control;

Additional Information

See also:
ctrlSetShadow ctrlCreate

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