Skip to main content
Version: 5.8.0

SysRoomEvent

Arbitrary method for calling the script associated with a directly launched hosted server instance.

ServiceOperation
roomServerSYS_ROOM_EVENT

Method Parameters

ParameterDescription
eventCustom data object.
brainCloudContextData provided by brainCloud when the server instance was launched.

Usage

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