Skip to content

RequestType ​

The type of the message.

Kind: Enum

Namespace: ConnectorLib.JSON

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

RequestType

EffectTest

Request to test-start an effect. Games that support this should respond as if the effect has started or failed, but not actually start it.

RequestType

EffectStart

Request to start an effect.

RequestType

EffectStop

Request to stop an effect.

RequestType

Test

RequestType

Start

RequestType

Stop

RequestType

GenericEvent

Generic event callback.

RequestType

DataRequest

Request for game metadata.

RequestType

RpcResponse

Response to an RPC request from the game.

RequestType

PlayerInfo

Player information.

RequestType

Login

Login information.

RequestType

Version

Request for the current version of the game mod.

RequestType

GameUpdate

Request for updated game state information.

RequestType

KeepAlive

Keep-alive message.

Enums

RequestType

[EffectTest = 0, EffectStart = 1, EffectStop = 2, Test = 0, Start = 1, Stop = 2, GenericEvent = 16, DataRequest = 32, RpcResponse = 208, PlayerInfo = 224, Login = 240, Version = 252, GameUpdate = 253, KeepAlive = 255]

The type of the message.