Skip to main content
Version: 5.7.0

SysSendEventRTTOnly

Sends an event to the designated user ID with the attached json data. Will only deliver the event via RTT. Will not persist the event.

tip

The blank evId from the response indicates that the event has not been persisted and is in fact RTT-only.

ServiceOperation
eventSYS_SEND_RTT_ONLY

Method Parameters

ParameterDescription
toIdThe id of the player who is being sent the event.
eventTypeThe user-defined type of the event.
eventDataThe user-defined data for this event encoded in JSON.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"evId": ""
},
"status": 200
}