MCPcopy Create free account
hub / github.com/demoth/jake2 / Menu_DrawStringR2LDark

Method Menu_DrawStringR2LDark

client/src/main/java/jake2/client/Menu.java:4532–4539  ·  view source on GitHub ↗
(int x, int y, String string)

Source from the content-addressed store, hash-verified

4530 }
4531
4532 private static void Menu_DrawStringR2LDark(int x, int y, String string) {
4533 int i;
4534
4535 int l = string.length();
4536 for (i = 0; i < l; i++) {
4537 ClientGlobals.re.DrawChar((x - i * 8), y, string.charAt(l - i - 1) + 128);
4538 }
4539 }
4540
4541 private static menucommon_s Menu_ItemAtCursor(menuframework_s m) {
4542 if (m.cursor < 0 || m.cursor >= m.nitems)

Callers 6

Action_DrawMethod · 0.95
Field_DrawMethod · 0.95
MenuList_DrawMethod · 0.95
Separator_DrawMethod · 0.95
Slider_DrawMethod · 0.95
SpinControl_DrawMethod · 0.95

Calls 1

DrawCharMethod · 0.65

Tested by

no test coverage detected