Background for Skyrim SE

The DynamicAnimationCasting Script

    The DynamicAnimationCasting script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Dynamic Animation Casting (DAC).

    For this script, the Papyrus index knows about:

    • 3 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • boolfunctionRegisterCustomSpell(stringname, Spellspell)NativeGlobal

        Register a custom spell for the name, which can be casted by @NAME in DynamicAnimationCasting.toml

      • boolfunctionSelectFavouriteSpell(intindex)NativeGlobal

        Select the favourite spell index to cast from @FAVOURITE spell in DynamicAnimationCasting.toml

      • intfunctionNextFavouriteSpell(intdelta)NativeGlobal

        Select the next or previous favourite spell to cast from @FAVOURITE spell in DynamicAnimationCasting.toml

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.