Difference between revisions of "GetStaminaPercentage"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Layam
m
imported>DavidJCobb
(Took a second look; amending findings.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This condition function is broken. It is supposed to return the subject actor's current stamina as a percentage of the maximum. Instead, it always returns 1.0.


See the Papyrus function [[GetActorValuePercentage - Actor|GetActorValuePercentage - Actor]] for a working alternative.


[[Category:Condition Functions]]
[[Category:Condition Functions]]
* This function does not do exactly as is written on the tin. It returns 1.00 in all cases unless the target is completely drained of stamina, in which case it returns 0.00.
See [[GetActorValuePercentage - Actor]] for a working alternative.

Latest revision as of 14:38, 23 July 2018

This condition function is broken. It is supposed to return the subject actor's current stamina as a percentage of the maximum. Instead, it always returns 1.0.

See the Papyrus function GetActorValuePercentage - Actor for a working alternative.