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

Description

Wiki Description

Gets the actor's currently equipped shout.

Documentation Comment

Gets this actor's currently equipped shout


Caveats


Examples

; Does the player have the dragon breath shout equipped?
if (Game.GetPlayer().GetEquippedShout() == DragonBreathShoutProperty)
  Debug.Trace("Player has dragon breath equipped")
endIf

Auto-Generated Example

Shout returnedValue = myActor__toCallFunctionOn.GetEquippedShout()

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.