Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionAddPackageIdle(PackageakPackage, IdleakIdle)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Adds idle to the end of the package idle stack, creating it if needed.

Caveats


Parameters

PackageakPackage

IdleakIdle


Examples

Auto-Generated Example

Package myPackage__akPackage
Idle myIdle__akIdle

PO3_SKSEFunctions.AddPackageIdle(myPackage__akPackage, myIdle__akIdle)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.