Page MenuHomeFeedback Tracker

Command waypoints doesn't return anything in 3DEN editor
New, NormalPublic

Description

The command waypoints always returns an empty array in 3DEN editor for both the group and unit parameters, even though the group has waypoints

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
10.0.19045 Build 19045
Category
Scripting
Steps To Reproduce

run code similar to this and you will get an empty array in the output
private _SelectedGroup = (get3DENSelected "group") select 0;
waypoints _SelectedGroup;

Additional Information

I found this while working on a script that would spawn units in when a player enters a trigger

Event Timeline