Description
Wiki Description
Forces this actor to equip the specified shout.
Documentation Comment
Forces this actor to equip the specified shout
Caveats
CK Wiki - Notes
- If the calling actor does not have akShout, it will be given to them.
MudcrabREF.EquipShout(DragonVoiceUnrelentingForce) ; Gives MudcrabREF the shout if they haven't already got it
Parameters
Examples
; Force Joe to equip the dragon breath shout
Joe.EquipShout(DragonBreathShoutProperty)Auto-Generated Example
Shout myShout__akShout
myActor__toCallFunctionOn.EquipShout(myShout__akShout)Related Pages
- Actor
- Actor.GetEquippedShout()
- Actor.UnequipShout(...)
