DropMeAlt
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Drops the calling Inventory Reference in the world, next to its container.
- All stats/attributes (health, script, mods, ownership, etc.) of dropped items are preserved.
- This function will trigger the OnDrop script event (where applicable).
Syntax
reference.DropMeAlt quantity:int clearOwnership:0/1
Example
itemRef.DropMeAlt 5
Notes
- If quantity is not specified or is <= 0, the whole amount of the Inventory Reference will be dropped.