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

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

ShoutakShout

CK Wiki Description

The shout to remove from this actor.


Examples

; Removes the Call Storm shout from the player
if (Game.GetPlayer().RemoveShout(CallStormShout))
  Debug.Trace("CallStorm Shout removed from the player")
endIf

Auto-Generated Example

Shout myShout__akShout

bool returnedValue = myActor__toCallFunctionOn.RemoveShout(myShout__akShout)

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.