LSRE 2
Referência à classe LSRE2.History

Represents a set of matches. Mais...

Derivada de IEnumerable< Match >.

Membros públicos

 History (PlayerBase playerbase, CSV csv)
 Gets an ew instance of history given a CSV list and a given playerbase. Mais...
 
override string ToString ()
 
IEnumerator< MatchGetEnumerator ()
 

Membros públicos estáticos

static History CreateRandom (PlayerBase playerBase, int matches, int? seed=null)
 Create a new random set of matches between the players of a given PlayerBase. Mais...
 

Descrição detalhada

Represents a set of matches.

Documentação dos Construtores & Destrutor

◆ History()

LSRE2.History.History ( PlayerBase  playerbase,
CSV  csv 
)

Gets an ew instance of history given a CSV list and a given playerbase.

Parâmetros
playerbase
csv

Documentação dos métodos

◆ CreateRandom()

static History LSRE2.History.CreateRandom ( PlayerBase  playerBase,
int  matches,
int?  seed = null 
)
static

Create a new random set of matches between the players of a given PlayerBase.

Parâmetros
playerBasePlayerBase
matchesHow many matches sould be created
seedThe RNG seed if not null; otherwise the random seed will be random.
Retorna
A new random set of matches between the players of a given PlayerBase

A documentação para esta classe foi gerada a partir do seguinte ficheiro: