Table of Contents

Method FromFactionId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromFactionId(int)

Resolves a NwFaction from a faction id.

public static NwFaction? FromFactionId(int factionId)

Parameters

factionId int

The id of the faction to resolve.

Returns

NwFaction

The associated NwFaction instance. Null if the faction id is invalid.