hideSelection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= Hides or enables the given selection for the [[createSimpleObject | simple object]]
|descr= Hides or shows the [[createSimpleObject | simple object]]'s provided selection.


|s1= object [[hideSelection]] [selection, hidden]
|s1= object [[hideSelection]] [selection, hidden]


|p1= object: [[Object]] - simple object
|p1= object: [[Object]] - simple object
|p2= [selection, hidden]: [[Array]]
 
|p3= selection: [[String]] - selection name
|p2= selection: [[String]] - selection name
|p4= hidden: [[Boolean]] - [[true]] to hide, [[false]] to show
 
|p3= hidden: [[Boolean]] - [[true]] to hide, [[false]] to show


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>_simpleObject hideSelection ["some_selection", true];</code>
|x1= <sqf>_simpleObject hideSelection ["some_selection", true];</sqf>


|seealso= [[createSimpleObject]] [[selectionNames]] [[allLODs]]
|seealso= [[createSimpleObject]] [[selectionNames]] [[allLODs]]
}}
}}

Latest revision as of 17:23, 15 August 2022

Hover & click on the images for description

Description

Description:
Hides or shows the simple object's provided selection.
Groups:
Object Manipulation

Syntax

Syntax:
object hideSelection [selection, hidden]
Parameters:
object: Object - simple object
selection: String - selection name
hidden: Boolean - true to hide, false to show
Return Value:
Nothing

Examples

Example 1:
_simpleObject hideSelection ["some_selection", true];

Additional Information

See also:
createSimpleObject selectionNames allLODs

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