C# Class CublastPlayer, Unity-ITGHD

Datei anzeigen Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
difficultyMode int
idFile string
isReady bool
name string
packName string
points int
scores double
songChecked int
statut LANStatut
victoryOnline int
vote int

Public Methods

Method Description
CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
CublastPlayer ( string name, string idFile ) : System.Collections
getScore ( ) : string
getScoreNumeric ( ) : double

Method Details

CublastPlayer() public method

public CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
name string
vict int
ready bool
idFile string
return System.Collections

CublastPlayer() public method

public CublastPlayer ( string name, string idFile ) : System.Collections
name string
idFile string
return System.Collections

getScore() public method

public getScore ( ) : string
return string

getScoreNumeric() public method

public getScoreNumeric ( ) : double
return double

Property Details

difficultyMode public_oe property

public int difficultyMode
return int

idFile public_oe property

public string idFile
return string

isReady public_oe property

public bool isReady
return bool

name public_oe property

public string name
return string

packName public_oe property

public string packName
return string

points public_oe property

public int points
return int

scores public_oe property

public double scores
return double

songChecked public_oe property

public int songChecked
return int

statut public_oe property

public LANStatut statut
return LANStatut

victoryOnline public_oe property

public int victoryOnline
return int

vote public_oe property

public int vote
return int