Page MenuHomeFeedback Tracker

add3DENConnection and get3DENConnections are broken for connection type "Group"
New, NormalPublic

Description

add3DENConnection doesn't work for connection type Group

Select at least 2 units in Eden Editor and execute the following code. Notice how no grouping happened

add3DENConnection ["Group", get3DENSelected "Object", get3DENSelected "Object" select 0];

get3DENConnections doesn't seem to return correct values for type "Group".

Group multiple entities to the player unit. Then execute.

get3DENConnections player;

Notice how the command only returns an array with one unit instead of [connectionType, unitTo]

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
Eden Editor

Event Timeline

R3vo created this task.Thu, May 1, 4:48 PM
Bromine added a subscriber: Bromine.Thu, May 1, 4:56 PM

This is happening for me on both profiling and standard branch

R3vo updated the task description. (Show Details)Thu, May 1, 7:56 PM