- Found in:
- Dylbills PE
Description
Documentation Comment
Drop all items from ref, Ref must be a container or actor.
If dropIndividual is true, drops multiple of the same item time individually so they don't stack. If false, items are dropped stacked.
Requires SKSE
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__Ref
bool myBool__dropIndividual
float myFloat__delay
DbMiscFunctions.DropAllItems(myObjectReference__Ref, myBool__dropIndividual, myFloat__delay)