MyPrintString
From NWN Lexicon
Contents |
[edit] MyPrintString(string)
Used for debugging in-game (turned on and off via commenting).
void MyPrintString( string sString );
[edit] Parameters
sString
The string to output.
[edit] Description
This is a wrapper for SpeakString , which, you guessed it, is commented out.
[edit] Remarks
Presumably this is used by Bioware for debugging, but uncommenting the PrintString call is commented out by default. It must be uncommented for this function to do anything at all.
[edit] Requirements
#include " x0_i0_debug "
[edit] Version
1.22
[edit] See Also
functions: |
author: Charles Feduke, editors: Michael Nork, Mistress, additional contributor: Drake Coker