MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / NExpGet

Function NExpGet

express.cpp:2707–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2705// Get a parameter in integer format.
2706
2707int NExpGet(int i)
2708{
2709 if (i >= xi.cparVar)
2710 return 0;
2711 return !xi.rgparVar[i].fReal ? xi.rgparVar[i].n : (int)xi.rgparVar[i].r;
2712}
2713
2714
2715// Get a parameter in real format.

Callers 13

AdjustGlyphFunction · 0.85
DrawSzFunction · 0.85
DrawObjectFunction · 0.85
KiCityFunction · 0.85
FProcessADBFileFunction · 0.85
DrawSidebarFunction · 0.85
DrawFillWheelFunction · 0.85
DrawWheelFunction · 0.85
DrawAspectLineFunction · 0.85
xscreen.cppFile · 0.85
PrintInDaysFunction · 0.85
ObjTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected