Background for Fallout 4
Member of the ObjectReference script
voidfunctionDrop(boolabSilent=false)Native

Description

Wiki Description

Drops this object from the container that it is in.

Documentation Comment

Drops this reference from the container it is in. If silent, will not display a message to the
player if it was in the player's inventory


Caveats


Parameters

boolabSilent=false

CK Wiki Description

If true, will not display an on-screen "X dropped" message if the container is the player.

  • Default:False

Examples

; Drops us from the container we are in
Drop()
; Silently drops us from the container we are in
Drop(true)

Auto-Generated Example

bool myBool__abSilent

myObjectReference__toCallFunctionOn.Drop(myBool__abSilent)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.