Version 1.2.0.0 or later of the Extender. Also make sure to get the proper Skyrim version.
Permissions and credits
Author's instructions
Licensed under Apache 2.0
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.1.5
Fixed FilterBySlot incorrectly parsing its argument array
Fixed Geography related functions not working correctly
Version 2.1.4
Added RemoveDecals() func in ObjectRef.psc
Version 2.1.3
Fixed various Functions not being registered correctly
Fixed keywords not being matched correctly on Ammo objects
Version 2.1.1
Fixed incorrect function signature for AnimEventEx Magic Effect events
Version 2.1.0
Moved PyramidUtil functions into their respective SPE subclasses
WornHasKeywordStrings & FormHasKeywordStrings now hold an additional argument to allow partial string-keyword matching
The behaviour of GetButtonForDXScanCode has changed. It now works with any DXScanCode. Old return values may no longer align with new ones
The behaviour of FilterBySlot() has changed to follow a more intuitive usage
Added FilterBySlotmask()
Added IntersectArray functions
Added GetEnchantedItems functions
*FilterByEnchanted has been made redundant. You can replicate it by combining GetEnchantedItems and Intersection/Filter-Array functions
Added GetParentLocation()
Added GetWornForms() and GetWornArmor(), the latter allows filtering for Slotmasks and only removes Armor objects, whereas the former will return everything
Added GetDetectedActors(), the counterpart of GetDetectedBy() will return every actor some actor is currently detecting
Added IsActorCalmed() and IsActorFrozen() to check if an actor has already been set calmed or frozen by their respective functions
Added AnimationEventEx allowing authors to listen for Payload Animation Events
Added error messages and prevented various possible cases of crashes if the input in the Papyrus function was invalid
Fixed various performance issues
Fixed various issues which may have caused random crashes in rare circumstances
Version 2.0.0
Merged with "PyramidUtils"
Version 1.2.0.0
Added function: RemoveIf
Added function: FilterArray
Added function: FlattenLeveledList
Version 1.1.0.0
Fixed Menu Functions not working correctly
Added GetContainer() in SPE_Forms.psc. The function returns all references that have the given form in their inventory
An SKSE plugin that exposes a variety of functions to Papyrus.
For Users This is utterly useless to you. It's a modder ressources and nothing but that.
Im willing to take on requests, if there is something you'd like to see added feel free to reach out to me and I try to add it (so long its within my own abilities).