MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / LoadInt

Function LoadInt

other_src/lua/src/lundump.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static int LoadInt(LoadState* S)
62{
63 int x;
64 LoadVar(S,x);
65 IF (x<0, "bad integer");
66 return x;
67}
68
69static lua_Number LoadNumber(LoadState* S)
70{

Callers 4

LoadCodeFunction · 0.70
LoadConstantsFunction · 0.70
LoadDebugFunction · 0.70
LoadFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected