get3DENMouseOver: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " \| *'''([a-zA-Z0-9 _]+)''' * \|r1=" to " |s1= $1 |r1=")
Line 9: Line 9:
| Returns the [[Eden Entity]] the mouse is hovering over in [[Eden Editor]].
| Returns the [[Eden Entity]] the mouse is hovering over in [[Eden Editor]].


| '''get3DENMouseOver'''
|s1= [[get3DENMouseOver]]
 
|r1=[[Array]] in format: [type,[[Eden Entity]]], where type can be: "Object", "Group", "Trigger", "Logic", "Waypoint" or "Marker"
|r1=[[Array]] in format: [type,[[Eden Entity]]], where type can be: "Object", "Group", "Trigger", "Logic", "Waypoint" or "Marker"



Revision as of 17:50, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Eden Editor

Syntax

Syntax:
get3DENMouseOver
Return Value:
Array in format: [type,Eden Entity], where type can be: "Object", "Group", "Trigger", "Logic", "Waypoint" or "Marker"

Examples

Example 1:
systemChat str get3DENMouseOver;// returns: ["Object",B Alpha 1-1:1]

Additional Information

See also:
See also needed

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