GetBaseActorValueAlt

From the Fallout3 GECK Wiki
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

[help]
(statValue:float) reference.GetBaseActorValueAlt actorValue:StatName baseForm:ref

Example

set fBaseEndurance to CraigBooneRef.GetBaseActorValueAlt Endurance
set fBaseEndurance to GetBaseActorValueAlt Endurance CraigBoone

See Also