[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
DogDropItems - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Drop all of the dog's items on the ground.
Syntax[edit | edit source]
Function DogDropItems( ) native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Drop the dog's inventory items on the ground
Dogmeat.DogDropItems( )