Skip to main content

ChatRoomCharacterViewLoopCharacters

Callable

  • ChatRoomCharacterViewLoopCharacters(callback: (charIdx: number, charX: number, charY: number, space: number, zoom: number) => boolean | void): void

  • Iterate over a room's characters

    This function takes a callback it will call for each character in turn after having calculated their respective drawing parameters (location), accounting for the smooth zoom effect


    Parameters

    • callback: (charIdx: number, charX: number, charY: number, space: number, zoom: number) => boolean | void

      Returns void