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

Description

Documentation Comment

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


Caveats


Parameters

FormakReceiver

boolabReplaceDefault=false


Examples

Auto-Generated Example

Form myForm__akReceiver
bool myBool__abReplaceDefault

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