GetItemValue

From the Fallout3 GECK Wiki
(Redirected from GetValue)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the base value of the specified object or calling reference.

Syntax

[help]
(int) ref.GetItemValue item:form 

Or:

(int) ref.GetValue item:form

Example

int iValue

set iValue to GetValue Weap10mmPistol

Notes

  • This function will not return a value for Ingestibles, as their value is specified internally in a separate location.