Table of Contents

Enum MapRelationship

Namespace
FishMMO.Client
Assembly
FishMMO.Client.dll

How the local player stands towards the thing a map marker is attached to.

public enum MapRelationship : byte

Fields

FriendlyPlayer = 3

A player character the faction matrix rates as an ally.

Guild = 2

A member of the local player's guild, not also in the party.

HostilePlayer = 5

A player character the faction matrix rates as an enemy.

NeutralPlayer = 4

A player character with no faction standing either way.

NonPlayer = 6

Anything that is not a player character.

Party = 1

A member of the local player's party.

Self = 0

The local player's own character.

Remarks

Ordered from most to least trusted, which is also the order the marker filter walks: the first rule that matches wins, so a guild member who is also in the party is drawn as a party member rather than twice.