IsWeaponDrawn - Actor

Revision as of 19:05, 23 August 2010 by imported>Jlundin (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ā€¦')
(diff) ā† Older revision | Latest revision (diff) | Newer revision ā†’ (diff)

Member of: Actor Script

Has this actor drawn his weapon and/or spell?

SyntaxEdit

bool Function IsWeaponDrawn() native

ParametersEdit

None.

Return ValueEdit

Whether this actor has drawn his equipped weapon and/or spell.

ExamplesEdit

; Does Rambo have his weapons out?
bool ramboIsWeilding = Rambo.IsWeaponDrawn()

See AlsoEdit