clear3DENInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Some wiki formatting)
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


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


| Deletes inventory from mission.sqm of given units. Effect is not immediately visible, only when previewing the inventory resets to default.|DESCRIPTION=
|descr= Deletes inventory from mission.sqm of given units. Effect is not immediately visible, only when previewing the inventory resets to default.
____________________________________________________________________________________________


|'''clear3DENInventory''' entities|SYNTAX=
|s1= [[clear3DENInventory]]  entities


|p1= entities: [[Array]] of types [[Eden Entity]] or [[Eden ID]] |PARAMETER1=
|p1= entities: [[Array]] of [[Eden Entity]] or [[Eden ID]]


| [[Nothing]]|RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________
|x1 = <code>'''clear3DENInventory''' [[get3DENSelected]] "Object";</code> |EXAMPLE1=


|x1= <sqf>clear3DENInventory get3DENSelected "Object";</sqf>


 
|seealso= [[save3DENInventory]] [[get3DENEntityID]] [[collect3DENHistory]] [[get3DENSelected]]
|[[get3DENMouseOver]]
[[add3DENConnection]]
[[add3DENEventHandler]]
[[all3DENEntities]]
[[collect3DENHistory]]
[[create3DENComposition]]
[[create3DENEntity]]
[[current3DENOperation]]
[[delete3DENEntities]]
[[do3DENAction]]
[[get3DENActionState]]
[[get3DENAttribute]]
[[get3DENCamera]]
[[get3DENConnections]]
[[get3DENEntityID]]
[[get3DENGrid]] 
[[get3DENIconsVisible]]
[[get3DENLinesVisible]]
[[get3DENSelected]]
[[is3DENMultiplayer]]
[[move3DENCamera]]
[[remove3DENConnection]]
[[remove3DENEventHandler]]
[[removeAll3DENEventHandlers]]
[[set3DENAttributes]]
[[set3DENGrid]]
[[set3DENIconsVisible]]
[[set3DENLinesVisible]]
[[set3DENObjectType]]|SEEALSO=
 
}}
}}
[[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 14:24, 22 May 2022

Hover & click on the images for description

Description

Description:
Deletes inventory from mission.sqm of given units. Effect is not immediately visible, only when previewing the inventory resets to default.
Groups:
Eden Editor

Syntax

Syntax:
clear3DENInventory entities
Parameters:
entities: Array of Eden Entity or Eden ID
Return Value:
Nothing

Examples

Example 1:
clear3DENInventory get3DENSelected "Object";

Additional Information

See also:
save3DENInventory get3DENEntityID collect3DENHistory get3DENSelected

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