Background for Skyrim SE
Member of the PO3_Events_Alias script
eventOnShoutAttack(ShoutakShout)


Parameters

  1. ShoutakShout


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Alias

event OnShoutAttack(Shout akShout)
    Debug.trace("Event received - OnShoutAttack: akShout = " + akShout)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.