Background for Skyrim SE
Member of the PO3_Events_AME script

Description

GitHub Wiki Description (PO3's PE)

  • Can fire multiple times in exteriors, for each cell that is fully loaded.

Registration Control Functions


Parameters

CellakCell


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_AME

event OnCellFullyLoaded(Cell akCell)
    Debug.trace("Event received - OnCellFullyLoaded: akCell = " + akCell)
endEvent

Additional References

View this event 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.