DogDropItems - Actor

From the Fallout4 CreationKit Wiki
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( )

See Also[edit | edit source]