Skip to main content

ChatRoomCharacterViewLoopCharacters

Callable

  • ChatRoomCharacterViewLoopCharacters(callback): 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, charX, charY, space, zoom) => boolean | void

      Returns void