Jump to content

removeitem(ComponetFormList, 1) er...HOW MANY?


Recommended Posts

Copy/Past from ObjectReference.psc

 

 

; Removes the specified item from this object reference's inventory

Function RemoveItem(Form akItemToRemove, int aiCount = 1, bool abSilent = false, ObjectReference akOtherContainer = None) native

 

 

; Removes the specified count of component from the container, scrapping items, and returning the remainder to said container

Function RemoveComponents(Component akComponent, int aiCount, bool abSilent = false) native

 

 

; Removes items from this object reference's inventory containing up to aiCount components

Function RemoveItemByComponent(Form akComponentToRemove, int aiCount = 1, bool abSilent = false, ObjectReference akOtherContainer = None) native

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...