curatorMouseOver

Operand types

None

Type of returned value

Description

Returns Curator Editable Object under curator mouse pointer in form of array:

  • [] - when not in curator mode

  • [""] - if no curator editable object under the pointer in curator mode

  • [typeName, Curator Editable Object] - if there is curator editable object under the pointer in curator mode

Used In

Arma3

Example

_mouseOver = curatorMouseOver;
Search OFPEC COMREF