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

Method InitClientResp

game/src/main/java/jake2/game/gclient_t.java:129–134  ·  view source on GitHub ↗
(GameExportsImpl gameExports)

Source from the content-addressed store, hash-verified

127 private int index;
128
129 public void InitClientResp(GameExportsImpl gameExports) {
130 //memset(& client.resp, 0, sizeof(client.resp));
131 this.resp.clear(); // ok.
132 this.resp.enterframe = gameExports.level.framenum;
133 this.resp.coop_respawn.set(this.pers);
134 }
135
136 /** Clears the game client structure. */
137 public void clear()

Callers 3

ClientBeginDeathmatchMethod · 0.95
ClientBeginMethod · 0.95
ClientConnectMethod · 0.95

Calls 2

clearMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected