hideSelection: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
|arg= local|= Arguments in MP | |arg= local|= Arguments in MP | ||
| Hides or enables the given selection for the object |= | | Hides or enables the given selection for the object |DESCRIPTION= | ||
| object '''hideSelection''' [selection, hidden]; |= | | object '''hideSelection''' [selection, hidden]; |SYNTAX= | ||
|p1= selection: [[String]] - Selection name |= | |p1= selection: [[String]] - Selection name |PARAMETER1= | ||
|p2= hidden: [[Bool]] - [[True]] to hide, [[false]] to show |= | |p2= hidden: [[Bool]] - [[True]] to hide, [[false]] to show |PARAMETER2= | ||
| Nothing |RETURNVALUE= | | Nothing |RETURNVALUE= |
Revision as of 14:41, 7 April 2019
Description
- Description:
- Hides or enables the given selection for the object
- Groups:
- Uncategorised
Syntax
- Syntax:
- object hideSelection [selection, hidden];
- Parameters:
- selection: String - Selection name
- hidden: Bool - True to hide, false to show
- Return Value:
- Nothing
Examples
- Example 1:
BIS_vehicle hideSelection [ "someSelection", true ];
Additional Information
- See also:
- createSimpleObjectselectionNames
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
Bottom Section
Notes
Bottom Section
- Posted on April 28, 2016 - 18:13 (UTC)
- Waffle SS.
- Only seems to work for objects created with createSimpleObject, and will only work for certain selections.