current3DENOperation: Difference between revisions

From Bohemia Interactive Community
m (formatting)
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 1.56
|version1= 1.56


|gr1= Eden Editor
|gr1= Eden Editor


|descr= Returns the currently performed editing operation in [[Eden Editor]].
|descr= Returns the currently performed editing operation in [[:Category:Eden Editor|Eden Editor]].


|s1= '''current3DENOperation'''
|s1= [[current3DENOperation]]


|r1= [[String]] - Operation name. Can be:
|r1= [[String]] - Operation name. Can be:
* <tt>""</tt> (no operation)
* {{hl|""}} (no operation)
* <tt>"Move"</tt>
* {{hl|"Move"}}
* <tt>"Rotate"</tt>
* {{hl|"Rotate"}}
* <tt>"GroupTo"</tt>
* {{hl|"GroupTo"}}
* <tt>"Connect"</tt>
* {{hl|"Connect"}}
* <tt>"Create"</tt>
* {{hl|"Create"}}


|x1= <code>[[if]] ([[current3DENOperation]] == "Move") [[then]] {[[hint]] "Moving";};</code>
|x1= <sqf>if (current3DENOperation == "Move") then {hint "Moving";};</sqf>


|seealso= [[do3DENAction]] [[get3DENActionState]]
|seealso= [[do3DENAction]] [[get3DENActionState]]
}}
}}

Revision as of 13:26, 9 July 2023

Hover & click on the images for description

Description

Description:
Returns the currently performed editing operation in Eden Editor.
Groups:
Eden Editor

Syntax

Syntax:
current3DENOperation
Return Value:
String - Operation name. Can be:
  • "" (no operation)
  • "Move"
  • "Rotate"
  • "GroupTo"
  • "Connect"
  • "Create"

Examples

Example 1:
if (current3DENOperation == "Move") then {hint "Moving";};

Additional Information

See also:
do3DENAction get3DENActionState

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note