Table of Contents

Class PremadeGameEntry

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class PremadeGameEntry
Inheritance
PremadeGameEntry
Inherited Members

Constructors

PremadeGameEntry()

public PremadeGameEntry()

PremadeGameEntry(Guid, string, string, string, string, string, string, bool, PremadeGameType)

public PremadeGameEntry(Guid id, string name, string region, string gameType, string mapName, string factionA, string factionB, bool isPasswordProtected, PremadeGameType premadeGameType)

Parameters

id Guid
name string
region string
gameType string
mapName string
factionA string
factionB string
isPasswordProtected bool
premadeGameType PremadeGameType

Properties

FactionA

public string FactionA { get; }

Property Value

string

FactionB

public string FactionB { get; }

Property Value

string

GameType

public string GameType { get; }

Property Value

string

Id

public Guid Id { get; }

Property Value

Guid

IsPasswordProtected

public bool IsPasswordProtected { get; }

Property Value

bool

MapName

public string MapName { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

PremadeGameType

public PremadeGameType PremadeGameType { get; }

Property Value

PremadeGameType

Region

public string Region { get; }

Property Value

string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).