RemoveMeIR

< [[::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

InvRef.RemoveMeIR Transfer:Container

Example

; Within an object script:
RemoveMeIR
; or
RemoveMeIR SomeContainerREF

See Also