Description
Wiki Description
Removes the specified shout from this actor.
Documentation Comment
Removes the specified shout from this actor - returns true on success
Caveats
Parameters
Examples
; Removes the Call Storm shout from the player
if (Game.GetPlayer().RemoveShout(CallStormShout))
Debug.Trace("CallStorm Shout removed from the player")
endIfAuto-Generated Example
Shout myShout__akShout
bool returnedValue = myActor__toCallFunctionOn.RemoveShout(myShout__akShout)