DrawWeapon - Actor

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