Table of Contents

Method GetObjectsInShapeByType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetObjectsInShapeByType<T>(Shape, float, bool, Vector3)

Gets all objects in a shape at this location of the specified type.

public IEnumerable<T> GetObjectsInShapeByType<T>(Shape shape, float size, bool losCheck, Vector3 origin = default) where T : NwGameObject

Parameters

shape Shape
size float
losCheck bool
origin Vector3

Returns

IEnumerable<T>

Type Parameters

T