Page MenuHomeFeedback Tracker

Icons remain after using deleteVehicle | delete3DENEntities does not work
Closed, ResolvedPublic

Description

Using this code below deletes the objects successfully, but the EDEN Editor icons remain and can be moved around;

{

if(typeOf _x == "Sign_Sphere25cm_F") then {
   deleteVehicle _x;
};

} forEach (all3DENEntities select 0);

And this doesn't work at all;
delete3DENEntities[all3DENEntities select 0, "Sign_Sphere25cm_F"];

Details

Legacy ID
4197050803
Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Eden Editor

Event Timeline

Dealman set Category to Eden Editor.Feb 14 2016, 4:38 AM
Dealman set Reproducibility to Always.
Dealman set Severity to None.
Dealman set Resolution to Open.
Dealman set Legacy ID to 4197050803.May 8 2016, 1:43 PM
R3vo added a subscriber: R3vo.Jun 9 2021, 9:52 AM

delete3DENEntities works fine.

LouMontana closed this task as Resolved.Jun 19 2021, 11:36 PM
LouMontana updated the task description. (Show Details)
LouMontana set Operating System to Windows 7.