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

Method ExecuteFunction

qcommon/src/main/java/jake2/qcommon/exec/Cmd.java:347–351  ·  view source on GitHub ↗
(String name, String... args)

Source from the content-addressed store, hash-verified

345 }
346
347 public static void ExecuteFunction(String name, String... args) {
348 if (cmd_functions.containsKey(name)) {
349 cmd_functions.get(name).function.execute(Arrays.asList(args));
350 }
351 }
352
353 public static void ExecuteFunction(String name, List<String> args) {
354 if (cmd_functions.containsKey(name))

Callers 6

QuitMethod · 0.95
CLClass · 0.95
spawnServerInstanceMethod · 0.95
ErrorMethod · 0.95
PrintfMethod · 0.95
ErrorMethod · 0.95

Calls 2

executeMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected