hideSelection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
m (Some wiki formatting)
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
|arma3
|game1= arma3
 
|version1= 1.58
|1.58


|eff= global
|eff= global
Line 10: Line 9:
|gr1= Object Manipulation
|gr1= Object Manipulation


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


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


| [[Nothing]]
|p1= object: [[Object]] - simple object


|x1=<code>_simpleObject [[hideSelection]] ["some_selection", [[true]]];</code>
|p2= selection: [[String]] - selection name


| [[createSimpleObject]], [[selectionNames]]
|p3= hidden: [[Boolean]] - [[true]] to hide, [[false]] to show
|
}}


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Nothing]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|New Scripting Commands}}


<h3 style='display:none'>Notes</h3>
|x1= <sqf>_simpleObject hideSelection ["some_selection", true];</sqf>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|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