Table of Contents

Enum PlayerSearch

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Specifies how to resolve an NwPlayer from an object ID.

[Flags]
public enum PlayerSearch
Extension Methods

Fields

All = Controlled | Login

Resolve using both controlled and login strategies.

Controlled = 1

Resolve by controlling player (directly controlled or possessed).

Login = 2

Resolve by login player (initial owner/controlling player of the creature)

None = 0

No player resolution.