IsWeaponDrawn - Actor

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