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