GetBaseActorValueAlt
From GECK
(Redirected from GetBaseAVAlt)
A function added by the JIP NVSE Plugin.
Contents
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
Or:
(statValue:float) reference.GetBaseAVAlt actorValue:StatName baseForm:ref
Example
set fBaseEndurance to CraigBooneRef.GetBaseActorValueAlt Endurance
set fBaseEndurance to GetBaseActorValueAlt Endurance CraigBoone