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...")
 
imported>Jazzisparis
 
Line 18: Line 18:
*[[GetItemValue]]
*[[GetItemValue]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Inventory Functions (JIP)]]

Latest revision as of 13:00, 30 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