IsWeaponDrawn - Actor
Revision as of 18:05, 23 August 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Has this actor drawn his weapon and/or spell? == Syntax == <source lang="papyrus"> bool Function I…')
Member of: Actor Script
Has this actor drawn his weapon and/or spell?
Syntax[edit | edit source]
bool Function IsWeaponDrawn() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this actor has drawn his equipped weapon and/or spell.
Examples[edit | edit source]
; Does Rambo have his weapons out?
bool ramboIsWeilding = Rambo.IsWeaponDrawn()