GetStaminaPercentage
Revision as of 14:10, 23 July 2018 by imported>DavidJCobb (Reorganized the page. The broken functionality has been verified through disassembly.)
This condition function is broken. It is supposed to return the subject actor's current stamina as a percentage of the maximum, but instead, it only returns 0.0 if the actor is out of stamina, or 1.0 otherwise.
See the Papyrus function GetActorValuePercentage - Actor for a working alternative.