Enum PlayerSearch
Specifies how to resolve an NwPlayer from an object ID.
[Flags]
public enum PlayerSearch
- Extension Methods
Fields
All = Controlled | LoginResolve using both controlled and login strategies.
Controlled = 1Resolve by controlling player (directly controlled or possessed).
Login = 2Resolve by login player (initial owner/controlling player of the creature)
None = 0No player resolution.