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
