- Found in:
- Custom Skills
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)