Table of Contents

Method GetWeaponFinesseSize

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

GetWeaponFinesseSize(NwBaseItem)

Gets the required creature size needed for the specified base item type to be finessable. This function only returns values assigned in SetWeaponFinesseSize(NwBaseItem, CreatureSize).

public CreatureSize GetWeaponFinesseSize(NwBaseItem baseItem)

Parameters

baseItem NwBaseItem

The base item type to query.

Returns

CreatureSize

The size of the creature needed to consider this weapon finessable.