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

Method add

qcommon/src/main/java/jake2/qcommon/util/Vargs.java:53–56  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

51 }
52
53 public Vargs add(boolean value) {
54 v.add(new Boolean(value));
55 return this;
56 }
57
58 public Vargs add(byte value) {
59 v.add(new Byte(value));

Callers 15

RailTrailMethod · 0.45
ExplosionMethod · 0.45
HeatbeamMethod · 0.45
RailTrailMethod · 0.45
G_FindTeamsMethod · 0.45
SV_New_fMethod · 0.45
SV_Configstrings_fMethod · 0.45
SV_Baselines_fMethod · 0.45
SV_NextDownload_fMethod · 0.45
SV_BeginDownload_fMethod · 0.45
SV_ClientPrintfMethod · 0.45
PF_UnicastMethod · 0.45

Calls

no outgoing calls

Tested by 14

RailTrailMethod · 0.36
ExplosionMethod · 0.36
HeatbeamMethod · 0.36
RailTrailMethod · 0.36
testParseHelpNullMethod · 0.36
testParseHelpMethod · 0.36