FunctionsChatRoomMapViewCanEnterTileChatRoomMapViewCanEnterTile CallableChatRoomMapViewCanEnterTile(X: number, Y: number): numberCheck if a tile on the map can be entered by a player, and return the number of milliseconds required to reach itParametersX: numberThe X position on the mapY: numberThe Y position on the mapReturns numberThe number of milliseconds
Check if a tile on the map can be entered by a player, and return the number of milliseconds required to reach it