- Found in:
- SKSE
Description
Wiki Description
Returns whether this weapon has the "WeapTypeDagger" keyword. (This function requires SKSE)
Examples
if (Game.GetPlayer().GetEquippedWeapon().IsDagger()
Debug.Trace("Player is equipped with a dagger.")
endifAuto-Generated Example
bool returnedValue = myWeapon__toCallFunctionOn.IsDagger()