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

Description

Documentation Comment

Get's the string result of a perk entry point. Set activation label is currently the only known entry point


Caveats


Parameters

Actortarget

stringentry_point

Form[]args

stringout_value=""

stringcategory=""

intchannel=1

inthandle=0


Examples

Auto-Generated Example

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

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