Table of Contents

Method GetClassInfo

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetClassInfo(NwClass?)

Gets the CreatureClassInfo associated with the specified class type.

public CreatureClassInfo? GetClassInfo(NwClass? nwClass)

Parameters

nwClass NwClass

The class type to query.

Returns

CreatureClassInfo

The CreatureClassInfo for the specified class, otherwise null if this creature does not have any levels in the class.