Background for Skyrim SE
Member of the Form script
voidfunctionUnregisterForActorAction(intactionType)Native

Description

Wiki Description

Unregisters the calling form from listening for the specified actor action via OnActorAction.


Caveats

CK Wiki - Notes

  • The following actionTypes are valid:

    • 0 - Weapon Swing (Melee weapons that are swung including Hand to Hand.)
    • 1 - Spell Cast (Spells and staves).
    • 2 - Spell Fire (Spells and staves).
    • 3 - Voice Cast.
    • 4 - Voice Fire.
    • 5 - Bow Draw.
    • 6 - Bow Release.
    • 7 - Draw Begin.
    • 8 - Draw End.
    • 9 - Sheathe Begin.
    • 10 - Sheathe End.

Parameters

intactionType


Examples

UnregisterforActorAction(4);Unregisters the form for Voice Fire.

Auto-Generated Example

int myInt__actionType

myForm__toCallFunctionOn.UnregisterForActorAction(myInt__actionType)

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.