Skip to main content

ChatRoomCharacterViewDrawBackground

Callable

  • ChatRoomCharacterViewDrawBackground(Background: string, Y: number, zoom: number, darken: number, inverted: boolean): void

  • Draw the background of a chat room

    @deprecated

    Use DrawRoomBackground instead


    Parameters

    • Background: string

      The name of the background image file

    • Y: number

      The starting Y co-ordinate of the image

    • zoom: number

      The zoom factor based on the number of characters

    • darken: number

      The value (0 = fully visible, 1 = black) to tint the background

    • inverted: boolean

      Whether the background image should be inverted

    Returns void

    • Nothing