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

Method Init

qcommon/src/main/java/jake2/qcommon/exec/Cmd.java:126–134  ·  view source on GitHub ↗

Register our commands.

()

Source from the content-addressed store, hash-verified

124 * Register our commands.
125 */
126 public static void Init() {
127
128 Cmd.AddCommand("exec", Exec_f);
129 Cmd.AddCommand("echo", Echo_f);
130 Cmd.AddCommand("cmdlist", List_f);
131 Cmd.AddCommand("alias", Alias_f);
132 Cmd.AddCommand("wait", Wait_f);
133 Cmd.AddCommand("error", Cmd::Error_f);
134 }
135
136 /**
137 * Cmd_MacroExpandString.

Callers 2

InitMethod · 0.95
mainMethod · 0.95

Calls 1

AddCommandMethod · 0.95

Tested by

no test coverage detected