IsDagger - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

bool Function IsDagger()

ParametersEdit

  • None

Return ValueEdit

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

ExamplesEdit

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

NotesEdit

See AlsoEdit