C# Class MPlayer, Madness

Afficher le fichier Open project: MattRix/Madness Class Usage Examples

Méthodes publiques

Свойство Type Description
angle float
areStatsDirty bool
beasts List
color MColor,
currentStatTotal int
dna int
framesTillBeast int
index int
isDead bool
isDirty bool
isHuman bool
leapLevel int
leapThreshold int
maxBeasts int
maxFramesTillBeast int
name string
nextBeastCreationAngle float
statAttack MPlayerStat,
statDefence MPlayerStat,
statHealth MPlayerStat,
statSpeed MPlayerStat,
statTotal int
stats MPlayerStat[],
totalKills int
tower MTower,

Méthodes publiques

Méthode Description
AddKill ( ) : void
HandleTowerHit ( ) : void
MPlayer ( int index, bool isHuman, string name, MColor, color ) : System

Private Methods

Méthode Description
HandleStatChange ( MPlayerStat, stat ) : void

Method Details

AddKill() public méthode

public AddKill ( ) : void
Résultat void

HandleTowerHit() public méthode

public HandleTowerHit ( ) : void
Résultat void

MPlayer() public méthode

public MPlayer ( int index, bool isHuman, string name, MColor, color ) : System
index int
isHuman bool
name string
color MColor,
Résultat System

Property Details

angle public_oe property

public float angle
Résultat float

areStatsDirty public_oe property

public bool areStatsDirty
Résultat bool

beasts public_oe property

public List beasts
Résultat List

color public_oe property

public MColor, color
Résultat MColor,

currentStatTotal public_oe property

public int currentStatTotal
Résultat int

dna public_oe property

public int dna
Résultat int

framesTillBeast public_oe property

public int framesTillBeast
Résultat int

index public_oe property

public int index
Résultat int

isDead public_oe property

public bool isDead
Résultat bool

isDirty public_oe property

public bool isDirty
Résultat bool

isHuman public_oe property

public bool isHuman
Résultat bool

leapLevel public_oe property

public int leapLevel
Résultat int

leapThreshold public_oe property

public int leapThreshold
Résultat int

maxBeasts public_oe property

public int maxBeasts
Résultat int

maxFramesTillBeast public_oe property

public int maxFramesTillBeast
Résultat int

name public_oe property

public string name
Résultat string

nextBeastCreationAngle public_oe property

public float nextBeastCreationAngle
Résultat float

statAttack public_oe property

public MPlayerStat, statAttack
Résultat MPlayerStat,

statDefence public_oe property

public MPlayerStat, statDefence
Résultat MPlayerStat,

statHealth public_oe property

public MPlayerStat, statHealth
Résultat MPlayerStat,

statSpeed public_oe property

public MPlayerStat, statSpeed
Résultat MPlayerStat,

statTotal public_oe property

public int statTotal
Résultat int

stats public_oe property

public MPlayerStat[], stats
Résultat MPlayerStat[],

totalKills public_oe property

public int totalKills
Résultat int

tower public_oe property

public MTower, tower
Résultat MTower,