Class ActionLogMeta
- Namespace
- Uncreated.Warfare.Events.Logging
- Assembly
- Uncreated.Warfare.dll
public sealed class ActionLogMeta
- Inheritance
-
ActionLogMeta
- Inherited Members
-
Properties
public ulong[]? DataReferencedPlayers { get; set; }
Property Value
- ulong[]
public DateTime End { get; set; }
Property Value
- DateTime
public ulong[]? Players { get; set; }
Property Value
- ulong[]
public int RowCount { get; set; }
Property Value
- int
public DateTime Start { get; set; }
Property Value
- DateTime
public ActionLogType?[]? Types { get; set; }
Property Value
- ActionLogType[]
Methods
public static ActionLogMeta FromFile(string file)
Parameters
file string
Returns
- ActionLogMeta
public static ActionLogMeta Read(ByteReader reader)
Parameters
reader ByteReader
Returns
- ActionLogMeta
public void Write(ByteWriter writer)
Parameters
writer ByteWriter
public void WriteToFile(string file)
Parameters
file string