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

Method ParseClientinfo

client/src/main/java/jake2/client/CL_parse.java:441–447  ·  view source on GitHub ↗
(int player)

Source from the content-addressed store, hash-verified

439 * Load the skin, icon, and model for a client ================
440 */
441 public static void ParseClientinfo(int player) {
442 String s = ClientGlobals.cl.configstrings[player + Defines.CS_PLAYERSKINS];
443
444 clientinfo_t ci = ClientGlobals.cl.clientinfo[player];
445
446 LoadClientinfo(ci, s);
447 }
448
449 /*
450 * ================ CL_ParseConfigString ================

Callers 3

PrepRefreshMethod · 0.95
CLClass · 0.95
ParseConfigStringMethod · 0.95

Calls 1

LoadClientinfoMethod · 0.95

Tested by

no test coverage detected