The Perk script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Fallout 4 Script Extender (F4SE).
For this script, the Papyrus index knows about:
- 1 event
- 7 functions
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
- eventOnEntryRun(intauiEntryID, ObjectReferenceakTarget, ActorakOwner)
Event called when a perk entry point is run.
Functions
- Found in:
- F4SE
Returns whether this perk is playable
- Found in:
- F4SE
Returns the number of ranks
- Found in:
- F4SE
Returns the next perk, this function will loop
should only do it NumRanks times- Found in:
- F4SE
Returns the SWF path
- Found in:
- F4SE
Returns true if all the Perk conditions are met
Returns true if there are no Perk conditions
This does not evaluate the Level check or Entry Points
