DogDropItems - Actor
Revision as of 09:32, 30 October 2015 by imported>Plplecuyer (→Examples)
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( )