PrintFloat
From NWN Lexicon
Contents |
[edit] PrintFloat(float, int, int)
Records a floating point number to the log file.
void PrintFloat( float fFloat, int nWidth = 18, int nDecimals = 9 );
[edit] Parameters
fFloat
The floating point number to output.
nWidth
The total number of characters to use. (Default: 18)
nDecimals
The number of characters to use for the decimal part of the number. (Default: 9)
[edit] Description
Outputs a formatted floating point number (fFloat) to the log file.
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis, editor: Charles Feduke