IsWarAxe - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

bool Function IsWarAxe()

ParametersEdit

  • None

Return ValueEdit

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

ExamplesEdit

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

NotesEdit

See AlsoEdit