Skip to main content

ServerToClientEvents

Index

Properties

AccountBeep

AccountBeep: (data: ServerAccountBeepResponse) => void

Type declaration

AccountLovership

AccountLovership: (data: ServerAccountLovershipResponse) => void

Type declaration

AccountOwnership

AccountOwnership: (data: ServerAccountOwnershipResponse) => void

Type declaration

AccountQueryResult

AccountQueryResult: (data: ServerAccountQueryResponse) => void

Type declaration

ChatRoomAllowItem

ChatRoomAllowItem: (data: ServerChatRoomAllowItemResponse) => void

Type declaration

ChatRoomCreateResponse

ChatRoomCreateResponse: (data: ServerChatRoomCreateResponse) => void

Type declaration

ChatRoomGameResponse

ChatRoomGameResponse: (data: ServerChatRoomGameResponse) => void

Type declaration

ChatRoomMessage

ChatRoomMessage: (data: ServerChatRoomMessage) => void

Type declaration

ChatRoomSearchResponse

ChatRoomSearchResponse: (data: ServerChatRoomSearchResponse) => void

Type declaration

ChatRoomSearchResult

ChatRoomSearchResult: (data: ServerChatRoomSearchResultResponse) => void

Type declaration

ChatRoomSync

ChatRoomSync: (data: ServerChatRoomSyncMessage) => void

Type declaration

ChatRoomSyncArousal

ChatRoomSyncArousal: (data: ServerCharacterArousalResponse) => void

Type declaration

ChatRoomSyncCharacter

ChatRoomSyncCharacter: (data: ServerChatRoomSyncCharacterResponse) => void

Type declaration

ChatRoomSyncExpression

ChatRoomSyncExpression: (data: ServerCharacterExpressionResponse) => void

Type declaration

ChatRoomSyncItem

ChatRoomSyncItem: (data: ServerChatRoomSyncItemResponse) => void

Type declaration

ChatRoomSyncMapData

ChatRoomSyncMapData: (data: ServerMapDataResponse) => void

Type declaration

ChatRoomSyncMemberJoin

ChatRoomSyncMemberJoin: (data: ServerChatRoomSyncMemberJoinResponse) => void

Type declaration

ChatRoomSyncMemberLeave

ChatRoomSyncMemberLeave: (data: ServerChatRoomLeaveResponse) => void

Type declaration

ChatRoomSyncPose

ChatRoomSyncPose: (data: ServerCharacterPoseResponse) => void

Type declaration

ChatRoomSyncReorderPlayers

ChatRoomSyncReorderPlayers: (data: ServerChatRoomReorderResponse) => void

Type declaration

ChatRoomSyncRoomProperties

ChatRoomSyncRoomProperties: (data: ServerChatRoomSyncPropertiesMessage) => void

Type declaration

ChatRoomSyncSingle

ChatRoomSyncSingle: (data: ServerChatRoomSyncCharacterResponse) => void

Type declaration

ChatRoomUpdateResponse

ChatRoomUpdateResponse: (data: ServerChatRoomUpdateResponse) => void

Type declaration

CreationResponse

CreationResponse: (data: ServerAccountCreateResponse) => void

Type declaration

ForceDisconnect

ForceDisconnect: (data: ServerForceDisconnectMessage) => void

Type declaration

LoginQueue

LoginQueue: (data: number) => void

Type declaration

    • (data: number): void
    • Parameters

      • data: number

      Returns void

LoginResponse

LoginResponse: (data: ServerLoginResponse) => void

Type declaration

PasswordResetResponse

PasswordResetResponse: (data: ServerPasswordResetResponse) => void

Type declaration

ServerInfo

ServerInfo: (data: ServerInfoMessage) => void

Type declaration

ServerMessage

ServerMessage: (data: string) => void

Type declaration

    • (data: string): void
    • Parameters

      • data: string

      Returns void