Table of Contents

Method FromSkillId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromSkillId(int)

Resolves a NwSkill from a skill id.

public static NwSkill? FromSkillId(int skillId)

Parameters

skillId int

The id of the skill to resolve.

Returns

NwSkill

The associated NwSkill instance. Null if the skill id is invalid.