minecraft-pi-reborn/symbols/src/misc/Mth.def
Bigjango13 3ff24c2a92 Add chat history
- More symbols too
- Made CUSTOM_VTABLE not static, for modders
2024-03-08 18:03:19 -05:00

8 lines
316 B
Modula-2

static-property Random _random = 0x17a87c;
static-method float random() = 0x777a4;
static-method float sin(float x) = 0x7775c;
static-method float cos(float x) = 0x77728;
static-method float abs(float x) = 0x7781c;
static-method float min(float a, float b) = 0x7782c;
static-method float invSqrt(float a) = 0x776d4;