Background for Skyrim SE

PerkEntryPointExtender


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
int[]functionGetVersion()NativeGlobal

Returns a 4 length array of integers representing the current version.

intfunctionGetVersionInt()Global
voidfunctionApplyPerkEntryPoint(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

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

stringfunctionApplyPerkEntryPointString(Actortarget, stringentry_point, Form[]args, stringout_value="", stringcategory="", intchannel=1, inthandle=0)NativeGlobal

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

floatfunctionApplyPerkEntryPointFloat(Actortarget, stringentry_point, Form[]args, floatbase_value, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

Gets the float value of a perk entry point.

Form[]functionApplyPerkEntryPointForm(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

Gets the form/forms value of a perk entry point. Should Kernals patch to allow multiple entries exist, this will return multiple entries.

Spell[]functionApplyPerkEntryPointSpell(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

Identical to the form version, just uses it as spells (there will never likely be a difference, but this will cast them for you)

intfunctionCreateHandle()NativeGlobal

Creates a handle to add condition function items to

boolfunctionCloseHandle(inthandle)NativeGlobal

Closes a condition function handle.

intfunctionValidateHandle(inthandle)NativeGlobal

Checks if a handle is valid and returns either it or a new handle id

intfunctionSetHandleItemForm(inthandle, stringname, Formvalue)NativeGlobal

Sets a handle field to be a specific form value.

intfunctionSetHandleItemString(inthandle, stringname, stringvalue)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.