minecraft-pi-reborn/symbols/src/misc/Util.def
TheBrokenRail 99b43ddb5a
Some checks failed
Build / Build (AMD64, Server) (push) Successful in 9m42s
Build / Build (AMD64, Client) (push) Successful in 9m52s
Build / Build (ARM64, Server) (push) Successful in 9m55s
Build / Build (ARM64, Client) (push) Successful in 10m20s
Build / Build (ARMHF, Server) (push) Successful in 6m59s
Build / Build (ARMHF, Client) (push) Successful in 9m9s
Build / Test (Client) (push) Failing after 10m13s
Build / Release (push) Has been skipped
Build / Test (Server) (push) Successful in 10m4s
Create World Screen + Scrolling Text Boxes!
2024-02-02 04:20:34 -05:00

4 lines
243 B
Modula-2

static-method std::string stringTrim(std::string *str) = 0x77c40;
static-method int hashCode(std::string *str) = 0x77a50;
static-method std::string *stringReplace(std::string *str, std::string *what, std::string *with, int param_1) = 0x779f0;