Property | Type | Description | |
---|---|---|---|
curHealth | int | ||
dead | bool | ||
intel | int | ||
lvl | int | ||
maxHealth | int | ||
speedRate | int | ||
strength | int |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void | ||
addjustCurrentHealt ( int adj ) : void |
public addjustCurrentHealt ( int adj ) : void | ||
adj | int | |
return | void |