The PerkEntryPointExtender script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Perk Entry Point Extender (Perk Entry Point Ext.).
For this script, the Papyrus index knows about:
- 12 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Perk Entry Point Ext.
Returns a 4 length array of integers representing the current version.
- Found in:
- Perk Entry Point Ext.
- Found in:
- Perk Entry Point Ext.
voidfunctionApplyPerkEntryPoint(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobalThe void perk entry point. Currently, applying a leveled list is the only known entry point
- Found in:
- Perk Entry Point Ext.
stringfunctionApplyPerkEntryPointString(Actortarget, stringentry_point, Form[]args, stringout_value="", stringcategory="", intchannel=1, inthandle=0)NativeGlobalGet's the string result of a perk entry point. Set activation label is currently the only known entry point
- Found in:
- Perk Entry Point Ext.
floatfunctionApplyPerkEntryPointFloat(Actortarget, stringentry_point, Form[]args, floatbase_value, stringcategory="", intchannel=1, inthandle=0)NativeGlobalGets the float value of a perk entry point.
- Found in:
- Perk Entry Point Ext.
Form[]functionApplyPerkEntryPointForm(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobalGets the form/forms value of a perk entry point. Should Kernals patch to allow multiple entries exist, this will return multiple entries.
- Found in:
- Perk Entry Point Ext.
Spell[]functionApplyPerkEntryPointSpell(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobalIdentical to the form version, just uses it as spells (there will never likely be a difference, but this will cast them for you)
- Found in:
- Perk Entry Point Ext.
Creates a handle to add condition function items to
- Found in:
- Perk Entry Point Ext.
Closes a condition function handle.
- Found in:
- Perk Entry Point Ext.
Checks if a handle is valid and returns either it or a new handle id
- Found in:
- Perk Entry Point Ext.
Sets a handle field to be a specific form value.
- Found in:
- Perk Entry Point Ext.
