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

Method AddText

qcommon/src/main/java/jake2/qcommon/exec/Cbuf.java:175–177  ·  view source on GitHub ↗

Adds command(s) to the tail of the command buffer

(String text)

Source from the content-addressed store, hash-verified

173 * Adds command(s) to the tail of the command buffer
174 */
175 public static void AddText(String text) {
176 buffer.addAll(splitCommandLine(text));
177 }
178
179 /**
180 * Execute all command is the buffer

Callers 15

initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
InitMethod · 0.95
ConsoleFuncMethod · 0.95
StartGameMethod · 0.95
LoadGameCallbackMethod · 0.95
SaveGameCallbackMethod · 0.95
JoinServerFuncMethod · 0.95
StartServerActionFuncMethod · 0.95
EventMethod · 0.95

Calls 1

splitCommandLineMethod · 0.95

Tested by 3

initMethod · 0.76
initMethod · 0.76
initMethod · 0.76