Izwzyzx's Common Library for Haxe
Find a file
2026-01-17 09:04:26 -06:00
haxelib.json Splitting functions from onequestionmark-chat 2024-10-13 16:43:15 -05:00
IzzComLib.hx Fixing this now that I know what I'm doing 2026-01-17 09:04:26 -06:00
README.md Forgor to update the function list 💀 2026-01-11 13:44:43 -06:00

IzzComLib

Common library for Izwzyzx's Haxe projects.

Functions

  • randInt(x, y) - Returns a random integer between x and y, both inclusive
  • randIntExclude(x, y, exclude) - Returns a random integer that doesn't return values that match the given exclude array
  • timestamp() - Returns the current time in 24hr notation, with left-padding (HH:MM)
  • datestamp() - Returns the current date, formatted to ISO 8601 (YYYY-MM-DD)
  • printDay() - Returns the name of the current day of the week
  • printMonth() - Returns the name of the current month
  • printDate() - Returns the current day of the month, with left padding