GetBaseActorValueAlt
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
An alternate version of the vanilla function GetBaseActorValue. This version may be called on a reference, as well as (optionally) on a base form.
Syntax
(statValue:float) reference.GetBaseActorValueAlt actorValue:StatName baseForm:ref
Example
set fBaseEndurance to CraigBooneRef.GetBaseActorValueAlt Endurance
set fBaseEndurance to GetBaseActorValueAlt Endurance CraigBoone