DogPlaceInMouth - Actor

Member of: Actor Script

Place an item in dogmeat's mouth.

SyntaxEdit

Function DogPlaceInMouth( Form akItem ) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

NotesEdit

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 "DogmeatCanNotCarryKeyword_DO" will not be allowed to be attached to the dog's mouth.

See AlsoEdit