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

Function ExpSetN

express.cpp:2727–2734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2725// Set a parameter to an integer value.
2726
2727flag ExpSetN(int i, int n)
2728{
2729 if (!FEnsureParVar(i+1))
2730 return fFalse;
2731 xi.rgparVar[i].fReal = fFalse;
2732 xi.rgparVar[i].n = n;
2733 return fTrue;
2734}
2735
2736
2737// Set a parameter to a real value.

Callers 15

ExpSetNumsFunction · 0.85
AdjustGlyphFunction · 0.85
DrawSzFunction · 0.85
DrawObjectFunction · 0.85
KiCityFunction · 0.85
ChartAspectRelationFunction · 0.85
charts2.cppFile · 0.85
ChartMidpointRelationFunction · 0.85
ChartAstroGraphRelationFunction · 0.85
DisplayArabicFunction · 0.85
FProcessADBFileFunction · 0.85
DrawSidebarFunction · 0.85

Calls 1

FEnsureParVarFunction · 0.85

Tested by

no test coverage detected