Difference between revisions of "GetValueAlt"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
(No difference)

Revision as of 15:20, 27 March 2015

< [[::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