Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionDropAllItems(ObjectReferenceRef, booldropIndividual=false, floatdelay=0.01)Global

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


Parameters

  1. ObjectReferenceRef

  2. booldropIndividual=false

  3. floatdelay=0.01


Examples

Auto-Generated Example

ObjectReference myObjectReference__Ref
bool myBool__dropIndividual
float myFloat__delay

DbMiscFunctions.DropAllItems(myObjectReference__Ref, myBool__dropIndividual, myFloat__delay)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.