get3DENEntityID: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
(35 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 unique index of an [[Eden Entity]]. This number remains the same even after saving and loading the scenario. |DESCRIPTION=
|descr= Returns unique index of an [[Eden Entity]]. This number remains the same even after saving and loading the scenario. {{Feature|informative|This ID is only available in [[:Category:Eden Editor|Eden Editor]].}}
____________________________________________________________________________________________


| '''get3DENEntityID''' entity |SYNTAX=
|s1= [[get3DENEntityID]] entity
|p1= entity: [[Eden Entity]] or [[Eden ID]] |PARAMETER1=
| [[Number]] - [[Eden ID]]|RETURNVALUE=


|x1= <code>myID = [[get3DENEntityID]] [[player]]</code>|EXAMPLE1=  
|p1= entity: [[Eden Entity]] or [[Eden ID]]
____________________________________________________________________________________________
|r1= [[Number]] - [[Eden ID]] If ID is not available, -1 is returned


| [[get3DENEntity]] |SEEALSO=
|x1= <sqf>myID = get3DENEntityID player;</sqf>
|  |MPBEHAVIOUR=
 
____________________________________________________________________________________________
|seealso= [[get3DENEntity]]
}}
}}
<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 01:25, 2 February 2024

Hover & click on the images for description

Description

Description:
Returns unique index of an Eden Entity. This number remains the same even after saving and loading the scenario.
This ID is only available in Eden Editor.
Groups:
Eden Editor

Syntax

Syntax:
get3DENEntityID entity
Parameters:
entity: Eden Entity or Eden ID
Return Value:
Number - Eden ID If ID is not available, -1 is returned

Examples

Example 1:
myID = get3DENEntityID player;

Additional Information

See also:
get3DENEntity

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