Stamina.HasAmount
Method in Stamina
Declaration
public bool HasAmount(float amount)
Description
Determines if the character has at least the given amount of stamina.
Parameters
amount | The amount of stamina to check. |
Returns
bool | True if the character has at least the given amount. |