Table of Contents

Class ActionLogMeta

Namespace
Uncreated.Warfare.Events.Logging
Assembly
Uncreated.Warfare.dll
public sealed class ActionLogMeta
Inheritance
ActionLogMeta
Inherited Members

Properties

DataReferencedPlayers

public ulong[]? DataReferencedPlayers { get; set; }

Property Value

ulong[]

End

public DateTime End { get; set; }

Property Value

DateTime

Players

public ulong[]? Players { get; set; }

Property Value

ulong[]

RowCount

public int RowCount { get; set; }

Property Value

int

Start

public DateTime Start { get; set; }

Property Value

DateTime

Types

public ActionLogType?[]? Types { get; set; }

Property Value

ActionLogType[]

Methods

FromFile(string)

public static ActionLogMeta FromFile(string file)

Parameters

file string

Returns

ActionLogMeta

Read(ByteReader)

public static ActionLogMeta Read(ByteReader reader)

Parameters

reader ByteReader

Returns

ActionLogMeta

Write(ByteWriter)

public void Write(ByteWriter writer)

Parameters

writer ByteWriter

WriteToFile(string)

public void WriteToFile(string file)

Parameters

file string