IsWeaponDrawn - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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()

See Also[edit | edit source]