get3DENAttribute: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<br />" to "<br>")
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma3|Game name=
|game1= arma3
|version1= 1.56


|1.56|Game version=
|gr1= Eden Editor
____________________________________________________________________________________________


| Returns the value of the given entity's [[Eden_Editor:_Entity_Attributes|attribute]] in [[Eden Editor]].
|descr= Returns the value of the given entity's [[Eden_Editor:_Entity_Attributes|attribute]] in [[Eden Editor]].<br><br>
<br><br>
An attribute is identified by its {{hl|property}} ({{hl|data}} when it is engine-drive attribute) value in config. For the list of all attributes with their properties, see [[Eden_Editor:_Setting_Attributes#Attributes|Setting Attributes]].
An attribute is identified by its <tt>property</tt> (<tt>data</tt> when it's engine-drive attribute) value in config. For the list of all attributes with their properties, see [[Eden_Editor:_Setting_Attributes#Attributes|Setting Attributes]].


{{Important|Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!}}
{{Feature|important|Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!}}
|DESCRIPTION=
 
____________________________________________________________________________________________
|s1= entity [[get3DENAttribute]] attribute


| entity '''get3DENAttribute''' attribute|SYNTAX=
|p1= entity: [[Eden Entity]] or [[Eden ID]]
|p1= entity: [[Eden Entity]] or [[Eden ID]]
|p2= attribute: [[String]] - attribute property |PARAMETER1=
| [[Array]] with [[Anything]] |RETURNVALUE=
|x1= <code>[[systemChat]] [[str]] (([[get3DENMouseOver]] [[select]] 1) [[get3DENAttribute]] "name");
// returns variable name of object under cursor</code>|EXAMPLE1=
____________________________________________________________________________________________


|  
|p2= attribute: [[String]] - attribute property
[[set3DENAttribute]]
[[set3DENAttributes]]
[[set3DENMissionAttributes]]
[[get3DENMissionAttribute]]
[[clear3DENAttribute]]
|SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|r1= [[Array]] with [[Anything]]
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->


|x1= <code>{{cc|returns variable name of the object under cursor}}
[[systemChat]] [[str]] (([[get3DENMouseOver]] [[select]] 1) [[get3DENAttribute]] "name");</code>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[set3DENAttribute]] [[set3DENAttributes]] [[set3DENMissionAttributes]] [[get3DENMissionAttribute]] [[clear3DENAttribute]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{uc:{{PAGENAME}}}}]]

Revision as of 00:46, 16 November 2021

Hover & click on the images for description

Description

Description:
Returns the value of the given entity's attribute in Eden Editor.

An attribute is identified by its property (data when it is engine-drive attribute) value in config. For the list of all attributes with their properties, see Setting Attributes.
Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!
Groups:
Eden Editor

Syntax

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

Examples

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

Additional Information

See also:
set3DENAttribute set3DENAttributes set3DENMissionAttributes get3DENMissionAttribute clear3DENAttribute

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