Table of Contents

Method GetObjectsInShape

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

shape Shape
size float
losCheck bool
objTypes ObjectTypes
origin Vector3

Returns

IEnumerable<NwGameObject>