Interface IMobileEntity
- Namespace
- Moongate.UO.Data.Interfaces.Entities
- Assembly
- Moongate.UO.Data.dll
Contract for mobile entities (players and creatures).
public interface IMobileEntity : IPositionEntity, IUOEntity
- Inherited Members
Properties
Gender
Gets the mobile gender.
GenderType Gender { get; }
Property Value
IsAlive
Gets whether this mobile is alive.
bool IsAlive { get; }
Property Value
IsPlayer
Gets whether this mobile is player-controlled.
bool IsPlayer { get; }