get3DENEntity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(23 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


|gr1= Eden Editor |=GROUP1
|descr= Returns [[Eden Entity]] based on its [[Eden ID]].
____________________________________________________________________________________________


| Returns [[Eden Entity]] based on its [[Eden ID]]. If the ID points to a layer or a comment, the ID will be returned instead. |DESCRIPTION=
|s1= [[get3DENEntity]] ID
____________________________________________________________________________________________


| '''get3DENEntity''' id|SYNTAX=
|p1= ID: [[Number]] - [[Eden ID]]
|p1= id: [[Number]] - [[Eden ID]] |PARAMETER1=
| [[Eden Entity]] (when the target is [[Eden Entity]]) or [[Number]] (when the target is a layer or a comment)|RETURNVALUE=


|x1= <code>myEntity = [[get3DENEntity]] 1</code>|EXAMPLE1=
|r1= [[Eden Entity]], [[Number]]
____________________________________________________________________________________________
* If the ''ID'' points to an [[Eden Entity]] the entity is returned
* If it points to a [[Eden Editor: Layer]] or [[Eden Editor: Comment]] the ''ID'' is returned
* If no entity with given ''ID'' exists {{hl|-1}} is returned


| [[get3DENEntityID]] |SEEALSO=
|x1= <sqf>myEntity = get3DENEntity 1;</sqf>
|  |MPBEHAVIOUR=
 
____________________________________________________________________________________________
|seealso= [[get3DENEntityID]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->
<h3 style='display:none'>Bottom Section</h3>
[[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}}}}]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns Eden Entity based on its Eden ID.
Groups:
Eden Editor

Syntax

Syntax:
get3DENEntity ID
Parameters:
ID: Number - Eden ID
Return Value:
Eden Entity, Number

Examples

Example 1:
myEntity = get3DENEntity 1;

Additional Information

See also:
get3DENEntityID

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