Table of Contents

Class BattleLog

Namespace
Nekoyume.Model.BattleStatus
Assembly
Lib9c.dll
[Serializable]
public class BattleLog : IEnumerable<EventBase>, IEnumerable
Inheritance
BattleLog
Implements
Inherited Members

Fields

clearedWaveNumber

public int clearedWaveNumber

Field Value

int

diffScore

public int diffScore

Field Value

int

events

public List<EventBase> events

Field Value

List<EventBase>

id

public Guid id

Field Value

Guid

newlyCleared

public bool newlyCleared

Field Value

bool

result

public BattleLog.Result result

Field Value

BattleLog.Result

score

public int score

Field Value

int

stageId

public int stageId

Field Value

int

waveCount

public int waveCount

Field Value

int

worldId

public int worldId

Field Value

int

Properties

Count

public int Count { get; }

Property Value

int

IsClear

public bool IsClear { get; }

Property Value

bool

Methods

Add(EventBase)

public void Add(EventBase e)

Parameters

e EventBase

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<EventBase> GetEnumerator()

Returns

IEnumerator<EventBase>

An enumerator that can be used to iterate through the collection.