Property | Type | Description | |
---|---|---|---|
currentProjectile | int | ||
hasAmmo | bool | ||
maxProjectile | int |
Method | Description | |
---|---|---|
checkAmmo ( ) : bool | ||
decreaseProjectile ( ) : void | ||
increaseMax ( int increaseAmount ) : void | ||
increaseProjectile ( int moreProjectiles ) : void | ||
setToMax ( ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public static increaseMax ( int increaseAmount ) : void | ||
increaseAmount | int | |
return | void |
public static increaseProjectile ( int moreProjectiles ) : void | ||
moreProjectiles | int | |
return | void |