ctrlSetShadow: 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= Sets 'shadow' property of the control: * 0 - no shadow * 1 - shadow * 2 - outline |s...")
 
m (Text replacement - "\|branch= *dev " to "")
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.10
|version1= 2.10
|branch= dev


|gr1= GUI Control
|gr1= GUI Control
Line 14: Line 13:
|s1= control [[ctrlSetShadow]] shadow
|s1= control [[ctrlSetShadow]] shadow


|p1= control: [[Control]] - control that contain url opening action
|p1= control: [[Control]]
|p2= shadow: [[Number]] - shadow value, see description
|p2= shadow: [[Number]] - shadow value, see description



Latest revision as of 14:23, 23 August 2022

Hover & click on the images for description

Description

Description:
Sets 'shadow' property of the control:
  • 0 - no shadow
  • 1 - shadow
  • 2 - outline
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetShadow shadow
Parameters:
control: Control
shadow: Number - shadow value, see description
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetShadow 1;

Additional Information

See also:
ctrlShadow 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