Background for Skyrim SE
Member of the PerkEntryPointExtender script
voidfunctionApplyPerkEntryPoint(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

Description

Documentation Comment

The void perk entry point. Currently, applying a leveled list is the only known entry point


Caveats


Parameters

Actortarget

stringentry_point

Form[]args

stringcategory=""

intchannel=1

inthandle=0


Examples

Auto-Generated Example

Actor myActor__target
string myString__entry_point
Form[] myFormArray__args
string myString__category
int myInt__channel
int myInt__handle

PerkEntryPointExtender.ApplyPerkEntryPoint(myActor__target, myString__entry_point, myFormArray__args, myString__category, myInt__channel, myInt__handle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.