Background for Skyrim SE
Member of the Actor script
voidfunctionSheatheWeapon()Native

Description

Wiki Description

Forces this actor to sheathe his weapon.

Documentation Comment

Sheathes the actors weapon


Caveats


Examples

Actor PlayerRef = Game.GetPlayer()

If PlayerRef.IsWeaponDrawn() ;If Player has a weapon drawn,
    PlayerRef.SheatheWeapon() ;Sheathe the drawn weapon.
EndIf

Auto-Generated Example

myActor__toCallFunctionOn.SheatheWeapon()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.