DropMeAlt
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
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.