FunctionsChatRoomCharacterViewLoopCharactersChatRoomCharacterViewLoopCharacters CallableChatRoomCharacterViewLoopCharacters(callback: (charIdx: number, charX: number, charY: number, space: number, zoom: number) => boolean | void): voidIterate 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 effectParameterscallback: (charIdx: number, charX: number, charY: number, space: number, zoom: number) => boolean | voidReturns 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