current3DENOperation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])= *([^ ]+) * +\|version([0-9])= *([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
m (Text replacement - "\|s1= +" to "|s1= ")
Line 8: Line 8:
|descr= Returns the currently performed editing operation in [[Eden Editor]].
|descr= Returns the currently performed editing operation in [[Eden Editor]].


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


|r1= [[String]] - Operation name. Can be:
|r1= [[String]] - Operation name. Can be:

Revision as of 16:40, 19 June 2021

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 or on the Forums.
Only post proven facts here! Add Note