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

Method Serverinfo

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

Returns an info string containing all the CVAR_SERVERINFO cvars.

()

Source from the content-addressed store, hash-verified

339 * Returns an info string containing all the CVAR_SERVERINFO cvars.
340 */
341 public String Serverinfo() {
342 return BitInfo(Defines.CVAR_SERVERINFO);
343 }
344
345 public void eachCvarByFlags(int flags, Consumer<cvar_t> consumer) {
346 for (cvar_t var : cvarMap.values()) {

Callers 3

SV_ShowServerinfo_fMethod · 0.80
SV_Serverinfo_fMethod · 0.80
SV_StatusStringMethod · 0.80

Calls 1

BitInfoMethod · 0.95

Tested by

no test coverage detected