Table of Contents

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

GenderType

IsAlive

Gets whether this mobile is alive.

bool IsAlive { get; }

Property Value

bool

IsPlayer

Gets whether this mobile is player-controlled.

bool IsPlayer { get; }

Property Value

bool