is3DEN: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "") |
(page overhaul) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|1.56 | |version1= 1.56 | ||
|gr1= Eden Editor | |gr1= Eden Editor | ||
| Returns true if the [[Eden Editor]] is currently being used. | |descr= Returns [[true]] if the [[Eden Editor]] is currently being used. | ||
| '''is3DEN''' | |s1= '''is3DEN''' | ||
| [[Boolean]] | |||
|r1= [[Boolean]] - [[true|True]] when inside editor environment, [[false]] when outside of editor environment | |||
|x1= <code>[[if]] [[is3DEN]] [[then]] {[[systemChat]] "Welcome to Eden Editor!"};</code> | |x1= <code>[[if]] [[is3DEN]] [[then]] {[[systemChat]] "Welcome to Eden Editor!"};</code> | ||
| | |seealso= [[is3DENMultiplayer]] [[is3DENPreview]] | ||
[[is3DENMultiplayer]] | |||
[[is3DENPreview | |||
}} | }} |
Revision as of 14:07, 18 May 2021
Description
- Description:
- Returns true if the Eden Editor is currently being used.
- Groups:
- Eden Editor
Syntax
- Syntax:
- is3DEN
- Return Value:
- Boolean - True when inside editor environment, false when outside of editor environment
Examples
- Example 1:
if is3DEN then {systemChat "Welcome to Eden Editor!"};
Additional Information
- See also:
- is3DENMultiplayer is3DENPreview
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