Difference between revisions of "BaseGetItemCount"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the count of an item in a form's base container. |name = BaseGetItemCount |returnType = int |referenceType = [BaseGetItemCount]...")
 
imported>Pintocat
m
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  |name = BaseGetItemCount
  |name = BaseGetItemCount
  |returnType = int
  |returnType = int
|referenceType = [BaseGetItemCount]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 18: Line 17:


[[Category:Item_Functions_(Lutana)]]
[[Category:Item_Functions_(Lutana)]]
[[BaseAddItem]]
[[BaseAddItemHealth]]
[[BaseRemoveItem]]

Latest revision as of 13:55, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Returns the count of an item in a form's base container.

Syntax

[help]
(int) BaseGetItemCount item:form base:form

See Also

BaseAddItem

BaseAddItemHealth

BaseRemoveItem