Background for Skyrim SE
Member of the SkyrimPlatformConnection script
eventOnSkyrimPlatformEvent(stringeventName, stringsource, stringdata)


Parameters

  1. stringeventName

  2. stringsource

  3. stringdata


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SkyrimPlatformConnection

event OnSkyrimPlatformEvent(string eventName, string source, string data)
    Debug.trace("Event received - OnSkyrimPlatformEvent: eventName = " + eventName + " source = " + source + " data = " + data)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.