Add GS methods to set inflation factors

See: #415
This commit is contained in:
Jonathan G Rennison
2022-09-05 18:49:22 +01:00
parent 81291c4ffc
commit 4b9d5a437f
3 changed files with 43 additions and 0 deletions

View File

@@ -109,6 +109,16 @@
<div class="methodtext">Get the inflation factor for payments.</div>
<div class="methodtext">Returns the inflation factor as a fixed point value (16 bits).</div>
</div>
<div class="indent">
<div class="code">static bool SetPriceFactor (int64 factor)</div>
<div class="methodtext">Set the inflation factor for prices (GS only).</div>
<div class="methodtext">The inflation factor is a fixed point value (16 bits).</div>
</div>
<div class="indent">
<div class="code">static bool SetPaymentFactor (int64 factor)</div>
<div class="methodtext">Set the inflation factor for payments (GS only).</div>
<div class="methodtext">The inflation factor is a fixed point value (16 bits).</div>
</div>
</div>
</body>
</html>