current3DENOperation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Update action list)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2")
 
Line 10: Line 10:
|s1= [[current3DENOperation]]  
|s1= [[current3DENOperation]]  


|r1= [[String]] - Operation name. Can be:
|r1= [[String]] - operation name. Can be:
{{Columns|2|
{{Columns|2|
* {{hl|""}} (no operation)
* {{hl|""}} (no operation)

Latest revision as of 16:44, 8 November 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)
  • "CreateObject"
  • "CreateMarker"
  • "CreateTrigger"
  • "MoveItems"
  • "RotateItems"
  • "ScaleItems"
  • "SyncWith"
  • "GroupWith"
  • "SetTriggerOwner"
  • "AddRandomStart"

Examples

Example 1:
if (current3DENOperation == "MoveItems") then { hint "Moving things are we"; };

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