Table of Contents

Method GetLastCreatedObjects

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetLastCreatedObjects()

Gets the last objects that were created in the module. Use LINQ to skip or limit the query.

public IEnumerable<NwObject> GetLastCreatedObjects()

Returns

IEnumerable<NwObject>

An enumerable containing the last created objects.