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

amountThe amount of stamina to check.

Returns

boolTrue if the character has at least the given amount.