Vixen
c7401864
csharp
public sealed class PvpMap

A map with its objectives compiled.

Read the guide page for this →

Fields and properties (12)

  • public PvpMapDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public MatchKind Kind

    What kind of match it is.

  • public DefId Scene

    Which map it happens on.

  • public GameplayTag Tag

    What being in one is.

  • public int Teams

    How many teams, never below two.

  • public int TeamSize

    How many on each, never below one.

  • public int ScoreToWin

    What it takes to win, or zero.

  • public float TimeLimit

    How long it may run, or zero.

  • public int Rounds

    How many rounds, never below one.

  • public ReadOnlySpan<PvpObjective> Objectives

    Its objectives.

Used by (3)

  • CoverageTestsMmo.Content.Tests
  • PvpLibraryVixen.Gameplay.Pvp
  • PvpMatchVixen.Gameplay.Pvp