Table of Contents

Interface ICartographyProvider

Namespace
FishMMO.Client
Assembly
FishMMO.Client.dll

Supplies the local character's Cartography skill level to the map subsystem.

public interface ICartographyProvider

Remarks

An interface with one property, because the thing behind it does not exist yet. When the profession system lands it implements this and registers itself with Cartography; until then the default implementation answers with a constant and every map feature that scales with skill reads the same seam it always will.

Properties

DetailTier

The local character's Cartography tier, from zero upwards.

int DetailTier { get; }

Property Value

int