Difference between revisions of "GetItemValue"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
(Automated import of articles)
 
imported>Geckbot
(Automated import of articles)
Line 1: Line 1:
'''GetItemValue'''
'''GetItemValue'''
#redirect [[GetItemValue]]
{{Function
|origin = FOSE1
|summary = Returns the base value of the object or calling reference
|name = GetItemValue
|alias = GetValue
|returnType = int
|referenceType = ref
|arguments =
  {{FunctionArgument
  |Name = item
  |Type = ref
  |Optional = optional
  }}
}}
[[Category:Functions_(FOSE)]]

Revision as of 11:06, 27 July 2010

GetItemValue

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the base value of the object or calling reference

Syntax

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

Or:

(int) ref.GetValue item:ref