Difference between revisions of "GetItemValue"
From GECK
(Automated import of articles) |
(Automated import of articles) |
||
Line 1: | Line 1: | ||
'''GetItemValue''' | '''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
A function added by the Fallout Script Extender.
Description
Returns the base value of the object or calling reference
Syntax
(int) ref.GetItemValue item:ref
Or:
(int) ref.GetValue item:ref