RemoveMeIR

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Removes an inventory reference from its container, optionally transferring it to a different container, in much the same way as the vanilla RemoveMe command. The inventory reference becomes invalid once this command is called and should no longer be used.

Syntax

[help]
InvRef.RemoveMeIR Transfer:Container

Example

; Within an object script:
RemoveMeIR
; or
RemoveMeIR SomeContainerREF

See Also