Background for Skyrim SE
Member of the SkyrimPlatformConnection script
eventOnRequest(stringreplyId, stringquery, stringdata)


Parameters

  1. stringreplyId

  2. stringquery

  3. stringdata


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SkyrimPlatformConnection

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