C# Class CharacterStatus, 006762

Inheritance: CharacterAttributes
Show file Open project: gilbutITbook/006762 Class Usage Examples

Public Properties

Property Type Description
EXP int
HP int
MaxHP int
Power int
allowMovieng bool
attackPowerBoost bool
attacking bool
characterName string
died bool
lastAttackTarget GameObject
level int
playerName string
powerBoost bool
speedBoost bool

Public Methods

Method Description
GetItem ( DropItem, itemKind ) : void
Start ( ) : void
Update ( ) : void
update ( ) : void

Private Methods

Method Description
SetName ( string name ) : void

Method Details

GetItem() public method

public GetItem ( DropItem, itemKind ) : void
itemKind DropItem,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

update() public method

public update ( ) : void
return void

Property Details

EXP public property

public int EXP
return int

HP public property

public int HP
return int

MaxHP public property

public int MaxHP
return int

Power public property

public int Power
return int

allowMovieng public property

public bool allowMovieng
return bool

attackPowerBoost public property

public bool attackPowerBoost
return bool

attacking public property

public bool attacking
return bool

characterName public property

public string characterName
return string

died public property

public bool died
return bool

lastAttackTarget public property

public GameObject lastAttackTarget
return GameObject

level public property

public int level
return int

playerName public property

public string playerName
return string

powerBoost public property

public bool powerBoost
return bool

speedBoost public property

public bool speedBoost
return bool