GetBaseActorValueAlt

From GECK
Jump to: navigation, search


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

[help]
(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 

See Also