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.

DrawWeapon - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Forces this actor to draw his weapon.

Syntax[edit | edit source]

Function DrawWeapon() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force the player to draw his weapon/hands
Game.GetPlayer().DrawWeapon()


See Also[edit | edit source]