Method GetObjectsInShape
GetObjectsInShape(Shape, float, bool, ObjectTypes, Vector3)
Gets all objects in a shape at this location.
public IEnumerable<NwGameObject> GetObjectsInShape(Shape shape, float size, bool losCheck, ObjectTypes objTypes = ObjectTypes.Creature, Vector3 origin = default)
Parameters
shapeShapesizefloatlosCheckboolobjTypesObjectTypesoriginVector3