Table of Contents

Method ToTalent

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ToTalent(NwSkill)

Converts the specified skill into a Talent.

public static Talent ToTalent(this NwSkill skill)

Parameters

skill NwSkill

Returns

Talent

ToTalent(NwSpell)

Converts the specified spell into a Talent.

public static Talent ToTalent(this NwSpell spell)

Parameters

spell NwSpell

Returns

Talent

ToTalent(NwFeat)

Converts the specified feat into a Talent.

public static Talent ToTalent(this NwFeat feat)

Parameters

feat NwFeat

Returns

Talent