Table of Contents

Method LevelUp

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

LevelUp(NwClass, int)

Adds levels of the specified class to a creature, bypassing all validation.

public void LevelUp(NwClass nwClass, int count)

Parameters

nwClass NwClass

The class to add.

count int

The number of levels to add.

Exceptions

NotSupportedException

Thrown if this creature is a player character.