Skip to main content

ClientToServerEvents

Index

Properties

AccountBeep

AccountBeep: (data: ServerAccountBeepRequest) => void

Type declaration

AccountCreate

AccountCreate: (data: ServerAccountCreateRequest) => void

Type declaration

AccountDifficulty

AccountDifficulty: (level: number) => void

Type declaration

    • (level: number): void
    • Parameters

      • level: number

      Returns void

AccountDisconnect

AccountDisconnect: (data: never) => void

Type declaration

    • (data: never): void
    • Parameters

      • data: never

      Returns void

AccountLogin

AccountLogin: (data: ServerAccountLoginRequest) => void

Type declaration

AccountLovership

AccountLovership: (data: ServerAccountLovershipRequest) => void

Type declaration

AccountOwnership

AccountOwnership: (data: ServerAccountOwnershipRequest) => void

Type declaration

AccountQuery

AccountQuery: (data: ServerAccountQueryRequest) => void

Type declaration

AccountUpdate

AccountUpdate: (data: ServerAccountUpdateRequest) => void

Type declaration

AccountUpdateEmail

AccountUpdateEmail: (data: ServerAccountUpdateEmailRequest) => void

Type declaration

ChatRoomAdmin

ChatRoomAdmin: (data: ServerChatRoomAdminRequest) => void

Type declaration

ChatRoomAllowItem

ChatRoomAllowItem: (data: ServerChatRoomAllowItemRequest) => void

Type declaration

ChatRoomCharacterArousalUpdate

ChatRoomCharacterArousalUpdate: (data: ServerCharacterArousalUpdate) => void

Type declaration

ChatRoomCharacterExpressionUpdate

ChatRoomCharacterExpressionUpdate: (data: ServerCharacterExpressionUpdate) => void

Type declaration

ChatRoomCharacterItemUpdate

ChatRoomCharacterItemUpdate: (data: ServerCharacterItemUpdate) => void

Type declaration

ChatRoomCharacterMapDataUpdate

ChatRoomCharacterMapDataUpdate: (data: ChatRoomMapPos) => void

Type declaration

ChatRoomCharacterPoseUpdate

ChatRoomCharacterPoseUpdate: (data: ServerCharacterPoseUpdate) => void

Type declaration

ChatRoomCharacterUpdate

ChatRoomCharacterUpdate: (data: ServerCharacterUpdate) => void

Type declaration

ChatRoomChat

ChatRoomChat: (data: ServerChatRoomMessage) => void

Type declaration

ChatRoomCreate

ChatRoomCreate: (data: ServerChatRoomCreateRequest) => void

Type declaration

ChatRoomGame

ChatRoomGame: (data: ServerChatRoomGameUpdateRequest) => void

Type declaration

ChatRoomJoin

ChatRoomJoin: (data: ServerChatRoomJoinRequest) => void

Type declaration

ChatRoomLeave

ChatRoomLeave: (data: ) => void

Type declaration

    • (data: ): void
    • Parameters

      • data:

      Returns void

ChatRoomSearch

ChatRoomSearch: (data: ServerChatRoomSearchRequest) => void

Type declaration

PasswordReset

PasswordReset: (Email: string) => void

Type declaration

    • (Email: string): void
    • Parameters

      • Email: string

      Returns void

PasswordResetProcess

PasswordResetProcess: (data: ServerPasswordResetProcessRequest) => void

Type declaration