Table of Contents

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 GameLogType
player PlayerId
gameTime float

Properties

Data

public Dictionary<string, string> Data { get; set; }

Property Value

Dictionary<string, string>

GameTime

public float GameTime { get; set; }

Property Value

float

Id

public int Id { get; set; }

Property Value

int

Player

public PlayerId Player { get; set; }

Property Value

PlayerId

Type

public GameLogType Type { get; set; }

Property Value

GameLogType

Methods

GetDataAsString()

public string GetDataAsString()

Returns

string

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