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

Function LoadChar

other_src/lua/src/lundump.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static int LoadChar(LoadState* S)
55{
56 char x;
57 LoadVar(S,x);
58 return x;
59}
60
61static int LoadInt(LoadState* S)
62{

Callers 1

LoadConstantsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected