Skip to content
Lili edited this page Jul 5, 2026 · 3 revisions

MISC

Hitbox(xt, yt, x1, x2, y1, y2) : check if the 2D Vector(xt, yt) matches the box with left-down corner (x1, y1) and right-up corner (x2, y2). Result a boolean.

ReadFile(string path) : fetch path, then throw error if response code is not OK, else returns file's text as a string

getRandomInt(int min, int max) : returns a random integer between and

Clone this wiki locally