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
Guidname
stringregion
stringgameType
stringmapName
stringfactionA
stringfactionB
stringisPasswordProtected
boolpremadeGameType
PremadeGameType
Properties
FactionA
public string FactionA { get; }
Property Value
FactionB
public string FactionB { get; }
Property Value
GameType
public string GameType { get; }
Property Value
Id
public Guid Id { get; }
Property Value
IsPasswordProtected
public bool IsPasswordProtected { get; }
Property Value
MapName
public string MapName { get; }
Property Value
Name
public string Name { get; }
Property Value
PremadeGameType
public PremadeGameType PremadeGameType { get; }
Property Value
Region
public string Region { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).