-
Notifications
You must be signed in to change notification settings - Fork 0
MISC
Lili edited this page Jul 5, 2026
·
3 revisions
- Function
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) - String
ReadFile(string path): fetch path, then throw error if response code is not OK, else returns file's text - Integer
getRandomInt(int min, int max): returns a random integer between and