hideSelection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (example and formatting) |
||
Line 7: | Line 7: | ||
| object '''hideSelection''' [selection, hidden]; |= Syntax | | object '''hideSelection''' [selection, hidden]; |= Syntax | ||
|p1= selection: [[String]] - Selection name |= Parameter 1 | |p1= selection: [[String]] - Selection name |= Parameter 1 | ||
|p2= hidden: [[Bool]] - | |p2= hidden: [[Bool]] - [[True]] to hide, [[false]] to show |= Parameter 2 | ||
| Nothing |= RETURNVALUE | | Nothing |= RETURNVALUE | ||
</code>|= EXAMPLE1 | </code>BIS_vehicle [[hideSelection]] [ "someSelection", [[true]] ];</code>|= EXAMPLE1 | ||
| [[createSimpleObject]], [[selectionNames]] |= SEEALSO | | [[createSimpleObject]], [[selectionNames]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 12:54, 13 June 2018
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
- Examples:
- Example needed
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.