IsWeaponDrawn - Actor

From the Fallout4 CreationKit Wiki
Revision as of 19: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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]