Background for Skyrim SE
Member of the DynamicAnimationCasting script
boolfunctionRegisterCustomSpell(stringname, Spellspell)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

stringname

Spellspell


Examples

Auto-Generated Example

string myString__name
Spell mySpell__spell

bool returnedValue = DynamicAnimationCasting.RegisterCustomSpell(myString__name, mySpell__spell)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.