IsWeaponDrawn - Actor
From Creation Kit
Member of: Actor Script
Has this actor drawn his weapon and/or spell?
Syntax
bool Function IsWeaponDrawn() native
Parameters
None.
Return Value
Whether this actor has drawn his equipped weapon and/or spell.
Examples
; Does Rambo have his weapons out? bool ramboIsWeilding = Rambo.IsWeaponDrawn()