C# Class MPlayer, Madness

Mostra file Open project: MattRix/Madness Class Usage Examples

Public Properties

Property 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,

Public Methods

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

Private Methods

Method Description
HandleStatChange ( MPlayerStat, stat ) : void

Method Details

AddKill() public method

public AddKill ( ) : void
return void

HandleTowerHit() public method

public HandleTowerHit ( ) : void
return void

MPlayer() public method

public MPlayer ( int index, bool isHuman, string name, MColor, color ) : System
index int
isHuman bool
name string
color MColor,
return System

Property Details

angle public_oe property

public float angle
return float

areStatsDirty public_oe property

public bool areStatsDirty
return bool

beasts public_oe property

public List beasts
return List

color public_oe property

public MColor, color
return MColor,

currentStatTotal public_oe property

public int currentStatTotal
return int

dna public_oe property

public int dna
return int

framesTillBeast public_oe property

public int framesTillBeast
return int

index public_oe property

public int index
return int

isDead public_oe property

public bool isDead
return bool

isDirty public_oe property

public bool isDirty
return bool

isHuman public_oe property

public bool isHuman
return bool

leapLevel public_oe property

public int leapLevel
return int

leapThreshold public_oe property

public int leapThreshold
return int

maxBeasts public_oe property

public int maxBeasts
return int

maxFramesTillBeast public_oe property

public int maxFramesTillBeast
return int

name public_oe property

public string name
return string

nextBeastCreationAngle public_oe property

public float nextBeastCreationAngle
return float

statAttack public_oe property

public MPlayerStat, statAttack
return MPlayerStat,

statDefence public_oe property

public MPlayerStat, statDefence
return MPlayerStat,

statHealth public_oe property

public MPlayerStat, statHealth
return MPlayerStat,

statSpeed public_oe property

public MPlayerStat, statSpeed
return MPlayerStat,

statTotal public_oe property

public int statTotal
return int

stats public_oe property

public MPlayerStat[], stats
return MPlayerStat[],

totalKills public_oe property

public int totalKills
return int

tower public_oe property

public MTower, tower
return MTower,