hideSelection: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=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 | |descr= Hides or shows the [[createSimpleObject | simple object]]'s provided selection. | ||
| object | |s1= object [[hideSelection]] [selection, hidden] | ||
|p1= | |p1= object: [[Object]] - simple object | ||
| [[ | |p2= selection: [[String]] - selection name | ||
| | |p3= hidden: [[Boolean]] - [[true]] to hide, [[false]] to show | ||
| [[ | |r1= [[Nothing]] | ||
|x1= <sqf>_simpleObject hideSelection ["some_selection", true];</sqf> | |||
[ | |||
|seealso= [[createSimpleObject]] [[selectionNames]] [[allLODs]] | |||
}} | |||
Latest revision as of 16:23, 15 August 2022
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:
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