GetValueAlt

From the Fallout3 GECK Wiki
Revision as of 15:20, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Similar to the NVSE GetItemValue - returns the base value of the specified object or calling reference. This function, however, also...")
(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

Similar to the NVSE GetItemValue - returns the base value of the specified object or calling reference. This function, however, also works on ingestible-type items.

Syntax

[help]
(value:int) reference.GetValueAlt baseForm:ref

Example

ItemRef.GetValueAlt
GetValueAlt Stimpak

See Also