Table of Contents

Property IsPlayerControlled

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsPlayerControlled

Gets if this creature is currently being controlled by a player/DM.
If this creature is a possessed familiar or is DM possessed, this will return true.
If this creature is a player creature (the creature a played logged in with), but the player is possessing another creature, this returns false.
If no player is controlling this creature, this returns false.

public bool IsPlayerControlled { get; }

Property Value

bool