| DemoGL::Reference::Functions::DEMOGL_ConsoleLogLineV |
void DEMOGL_ConsoleLogLineV( const bool bScroll, const char *pszFormat, ... );
int iFoo; float fBar; // Give our example variables some values iFoo=10; fBar=1.0f; // Log a string constructed at runtime on the console, // scroll the contents after the log has completed. DEMOGL_ConsoleLogLineV(true, "This is an integer: %d, and this is a float: %f", iFoo, fBar);
Last changed on 19-jan-2001
©1999-2001 Solutions Design