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

Method Userinfo

qcommon/src/main/java/jake2/qcommon/exec/Cvar.java:374–376  ·  view source on GitHub ↗

Returns an info string containing all the CVAR_USERINFO cvars.

()

Source from the content-addressed store, hash-verified

372 * Returns an info string containing all the CVAR_USERINFO cvars.
373 */
374 public String Userinfo() {
375 return BitInfo(CVAR_USERINFO);
376 }
377
378 /**
379 * Appends lines containing \"set variable value\" for all variables

Callers 3

CLClass · 0.80
SendConnectPacketMethod · 0.80
SendCmdMethod · 0.80

Calls 1

BitInfoMethod · 0.95

Tested by

no test coverage detected