Table of Contents

Method FromClassId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromClassId(int)

Resolves a NwClass from a class id.

public static NwClass? FromClassId(int classId)

Parameters

classId int

The id of the class to resolve.

Returns

NwClass

The associated NwClass instance. Null if the class id is invalid.