MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / print

Method print

src/main/java/emu/grasscutter/scripts/ScriptUtils.java:25–27  ·  view source on GitHub ↗
(LuaTable table)

Source from the content-addressed store, hash-verified

23 }
24
25 public static void print(LuaTable table) {
26 Grasscutter.getLogger().info(toMap(table).toString());
27 }
28}

Callers 1

createGachaMappingMethod · 0.80

Calls 3

getLoggerMethod · 0.95
toMapMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected