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

Method Error

qcommon/src/main/java/jake2/qcommon/Com.java:236–239  ·  view source on GitHub ↗
(int code, String fmt)

Source from the content-addressed store, hash-verified

234 }
235
236 public static void Error(int code, String fmt) throws longjmpException
237 {
238 Error(code, fmt, null);
239 }
240
241 public static void Error(int code, String fmt, Vargs vargs) throws longjmpException
242 {

Callers 15

CalcFovMethod · 0.95
SetLightstyleMethod · 0.95
ParseMuzzleFlashMethod · 0.95
ParseMuzzleFlash2Method · 0.95
PushMenuMethod · 0.95
PopMenuMethod · 0.95
StartServer_MenuInitMethod · 0.95
EventMethod · 0.95
AddLightStyleMethod · 0.95
GetEntitySoundOriginMethod · 0.95
CLClass · 0.95
RequestNextDownloadMethod · 0.95

Calls 4

ErrorMethod · 0.95
sprintfMethod · 0.95
ExecuteFunctionMethod · 0.95
PrintfMethod · 0.95

Tested by 1

CalcFovMethod · 0.76