DogPlaceInMouth - Actor

From the Fallout4 CreationKit Wiki
Revision as of 09:32, 30 October 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Place an item in dogmeat's mouth.

Syntax

Function DogPlaceInMouth( Form akItem ) native

Parameters

  • akItem: Item to be place in the dog's mouth.

Return Value

None.

Examples

; Put the 10mm gun in the dog's mouth
Dogmeat.DogPlaceInMouth( Weapon10mm )

Notes

Only an actor with the default object keyword "DogmeatKeyword_DO" will be allowed to have an item added to its mouth. Items with default object keyword "DogmeantCanNotCarryKeword_DO" will not be allowed to be attached to the dog's mouth.

See Also