Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

USACOTOOLS docs [Incomplete]

Raymond edited this page Aug 27, 2018 · 1 revision

NOTICE:Please read

This documentation is outdated. Please refer to the javadoc branch!!!!!!!!

Methods

exit(ERRORCODE) ERROR CODE IS OPTIONAL

Exits the program

clear()

clear the output stream

console()

Prints all reported errors. This is controlled by variables starting with an E and depeends on ERRORS, and console

isrect(int[][] map,int startx,int starty)

Is a rectangle of a speciic value 1 1 1 1 1 1 Example return true 1 1 1 Not true 1 1 0

Variables

console

Arraylist of exceptions which are reported errors

ERRORS

number of errors

ANSI_COLOR

ANSI terminal codes for linux Replace color with color in caps Allowed Yellow

red green blue purple cyan white black

Clone this wiki locally