get3DENLinesVisible: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to "  |") | Lou Montana (talk | contribs)  m (Text replacement - "Category:Eden Editor" to "Eden Editor") | ||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| |arma3 | |game1= arma3 | ||
| |version1= 1.56 | |||
| | | |gr1= Eden Editor | ||
| | | |descr= Get visibility state of [[:Category:Eden Editor|Eden Editor]] lines. | ||
| |  | |s1= [[get3DENLinesVisible]] | ||
| |  | |r1= [[Array]] in format [showMap, showScene] | ||
| * showScene: [[Boolean]] - visibility in the scene | * showScene: [[Boolean]] - visibility in the scene | ||
| * showMap : [[Boolean]] - visibility in the map | * showMap : [[Boolean]] - visibility in the map | ||
| |x1= < | |x1= <sqf>if (get3DENLinesVisible select 0) then { hint "Lines are visible in the map."; };</sqf> | ||
| |seealso= [[set3DENLinesVisible]] [[set3DENIconsVisible]] [[get3DENIconsVisible]] [[set3DENModelsVisible]] | |||
| }} | }} | ||
Latest revision as of 13:27, 9 July 2023
Description
- Description:
- Get visibility state of Eden Editor lines.
- Groups:
- Eden Editor
Syntax
- Syntax:
- get3DENLinesVisible
- Return Value:
- Array in format [showMap, showScene]
Examples
- Example 1:
Additional Information
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
 
	