Difference between revisions of "PrintFloat"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Prints the given float with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printFloat(const string &pref...") |
(No difference)
|
Latest revision as of 18:34, 22 August 2012
Prints the given float with the given prefix text - to the console, if its available.
void printFloat(const string &prefix, f32 f)