get3DENAttribute: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 16: Line 16:
|p1= entity: [[Eden Entity]] or [[Eden ID]]
|p1= entity: [[Eden Entity]] or [[Eden ID]]
|p2= attribute: [[String]] - attribute property
|p2= attribute: [[String]] - attribute property
| [[Array]] with [[Anything]]
|r1=[[Array]] with [[Anything]]


|x1= <code>[[systemChat]] [[str]] (([[get3DENMouseOver]] [[select]] 1) [[get3DENAttribute]] "name");
|x1= <code>[[systemChat]] [[str]] (([[get3DENMouseOver]] [[select]] 1) [[get3DENAttribute]] "name");

Revision as of 21:46, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Eden Editor

Syntax

Syntax:
Syntax needed
Parameters:
entity: Eden Entity or Eden ID
attribute: String - attribute property
Return Value:
Array with Anything

Examples

Example 1:
systemChat str ((get3DENMouseOver select 1) get3DENAttribute "name"); // returns variable name of object under cursor

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