get3DENEntity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(30 intermediate revisions by 4 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 [[Eden Entity]] based on its [[get3DENEntityID|unique ID]]. If the ID points to a layer, the ID will be returned instead. |= Description
|descr= Returns [[Eden Entity]] based on its [[Eden ID]].
____________________________________________________________________________________________


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


|x1= <code>myEntity = [[get3DENEntity]] 1</code>|= EXAMPLE1
|p1= ID: [[Number]] - [[Eden ID]]
____________________________________________________________________________________________


| [[get3DENEntityID]] |= SEEALSO
|r1= [[Eden Entity]], [[Number]]
|  |= MPBEHAVIOUR
* 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


<h3 style='display:none'>Notes</h3>
|x1= <sqf>myEntity = get3DENEntity 1;</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->


 
|seealso= [[get3DENEntityID]]
<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