current3DENOperation: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s1= +" to "|s1= ") |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}") |
||
Line 11: | Line 11: | ||
|r1= [[String]] - Operation name. Can be: | |r1= [[String]] - Operation name. Can be: | ||
* | * {{hl|""}} (no operation) | ||
* | * {{hl|"Move"}} | ||
* | * {{hl|"Rotate"}} | ||
* | * {{hl|"GroupTo"}} | ||
* | * {{hl|"Connect"}} | ||
* | * {{hl|"Create"}} | ||
|x1= <code>[[if]] ([[current3DENOperation]] == "Move") [[then]] {[[hint]] "Moving";};</code> | |x1= <code>[[if]] ([[current3DENOperation]] == "Move") [[then]] {[[hint]] "Moving";};</code> |
Revision as of 23:45, 15 November 2021
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