GetBaseActorValueAlt

From the Fallout3 GECK Wiki
Revision as of 18:12, 15 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = An alternate version of the vanilla function GetBaseActorValue. This version may be called on a reference, as well as (optionally) on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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