DrawWeapon - Actor
Revision as of 08:27, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Forces this actor to draw his weapon. == Syntax == <source lang="papyrus"> F...")
Member of: Actor Script (Requires 1.6)
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()