Skip to main content

ChatRoomAddCharacterToChatRoom

Callable

  • ChatRoomAddCharacterToChatRoom(newCharacter, newRawCharacter): void

  • Adds a character into the chat room.


    Parameters

    • newCharacter: Character

      The new character to be added to the chat room.

    • newRawCharacter: ServerAccountDataSynced

      The raw character data of the new character as it was received from the server.

    Returns void

    • Nothing