Class GameLog
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class GameLog
- Inheritance
-
GameLog
- Inherited Members
Constructors
GameLog()
public GameLog()
GameLog(GameLogType, PlayerId, float)
public GameLog(GameLogType type, PlayerId player, float gameTime)
Parameters
type
GameLogTypeplayer
PlayerIdgameTime
float
Properties
Data
public Dictionary<string, string> Data { get; set; }
Property Value
GameTime
public float GameTime { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
Player
public PlayerId Player { get; set; }
Property Value
Type
public GameLogType Type { get; set; }
Property Value
Methods
GetDataAsString()
public string GetDataAsString()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).