IsStaff - Weapon

Revision as of 01:21, 12 May 2012 by imported>Fg109 (Created page for IsStaff)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Weapon Script

Returns whether this weapon has the "WeapTypeStaff" keyword. (This function requires SKSE)

SyntaxEdit

bool Function IsStaff()

ParametersEdit

  • None

Return ValueEdit

True if the weapon has the "WeapTypeStaff" keyword. False otherwise.

ExamplesEdit

if (Game.GetPlayer().GetEquippedWeapon().IsStaff()
	Debug.Trace("Player is equipped with a staff.")
endif

NotesEdit

See AlsoEdit