hideSelection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (example)
Line 18: Line 18:
| Nothing |= RETURNVALUE  
| Nothing |= RETURNVALUE  


|x1=</code>BIS_vehicle [[hideSelection]] [ "someSelection", [[true]] ];</code>|= EXAMPLE1  
|x1=<code>BIS_vehicle [[hideSelection]] [ "someSelection", [[true]] ];</code>|= EXAMPLE1  


| [[createSimpleObject]], [[selectionNames]] |= SEEALSO  
| [[createSimpleObject]], [[selectionNames]] |= SEEALSO  

Revision as of 13:55, 13 June 2018

Hover & click on the images for description

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.