get3DENLinesVisible: Difference between revisions
| m (1.56) | Lou Montana (talk | contribs)  m (Text replacement - "Category:Eden Editor" to "Eden Editor") | ||
| (35 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| |arma3|=  | |game1= arma3 | ||
| |version1= 1.56 | |||
| | | |gr1= Eden Editor | ||
| | Get visibility state of [[Eden Editor]] lines.  | |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 | |||
| * showMap : [[Boolean]] - visibility in the map | |||
| |   | |x1= <sqf>if (get3DENLinesVisible select 0) then { hint "Lines are visible in the map."; };</sqf> | ||
| [[set3DENLinesVisible]] | |||
| [[set3DENIconsVisible]] | |seealso= [[set3DENLinesVisible]] [[set3DENIconsVisible]] [[get3DENIconsVisible]] [[set3DENModelsVisible]] | ||
| [[get3DENIconsVisible]] | |||
| }} | }} | ||
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
 
	