Background for Skyrim SE
Member of the CustomSkills_ActiveMagicEffectExt script
voidfunctionRegisterForCustomSkillBookRead(ActiveMagicEffectakReceiver, boolabReplaceDefault=false)NativeGlobal

Description

Documentation Comment

Register a magic effect for the custom skill book read event.
The default skill book behavior can optionally be replaced.


Caveats


Parameters

ActiveMagicEffectakReceiver

boolabReplaceDefault=false


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akReceiver
bool myBool__abReplaceDefault

CustomSkills_ActiveMagicEffectExt.RegisterForCustomSkillBookRead(myActiveMagicEffect__akReceiver, myBool__abReplaceDefault)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.