Cannot get IObjectNodePath using GetObjectsByArea()
Posted: Fri Mar 20, 2020 1:50 pm
The document says that area param to filter IObject does not work for farbg object. I don't think IObjectNodePath is farbg.
Code: Select all
var objects = Game.GetObjectsByArea<IObjectPathNode>(VeryLargeArea); // no results, but IObject or IPlayer works normally