Table of Contents

Class WorldView

Namespace
Moongate.UO.Data.Maps
Assembly
Moongate.UO.Data.dll

Represents everything visible to a player

public record WorldView : IEquatable<WorldView>
Inheritance
WorldView
Implements
Inherited Members

Properties

MapIndex

public int MapIndex { get; init; }

Property Value

int

NearbyItems

public List<UOItemEntity> NearbyItems { get; init; }

Property Value

List<UOItemEntity>

NearbyMobiles

public List<UOMobileEntity> NearbyMobiles { get; init; }

Property Value

List<UOMobileEntity>

Player

public UOMobileEntity Player { get; init; }

Property Value

UOMobileEntity

ViewRange

public int ViewRange { get; init; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.