Background for Skyrim SE
Member of the RaceMenuBase script

Parameters

  1. ObjectReferenceakRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RaceMenuBase

event OnCellLoaded(ObjectReference akRef)
    Debug.trace("Event received - OnCellLoaded: akRef = " + akRef)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.