Method GetClassInfo
GetClassInfo(NwClass?)
Gets the CreatureClassInfo associated with the specified class type.
public CreatureClassInfo? GetClassInfo(NwClass? nwClass)
Parameters
nwClassNwClassThe 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.