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