DrawWeapon - Actor

Revision as of 09: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires 1.6)

Forces this actor to draw his weapon.

SyntaxEdit

Function DrawWeapon() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

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


See AlsoEdit