Text Messaging
[Platform Abstraction]


Functions

void printAlert (const Char *caption, const Char *msg,...)
void vprintAlert (const Char *caption, const Char *msg, va_list vargs)
void printDebug (const Char *msg,...)
void vprintDebug (const Char *msg, va_list vargs)

Function Documentation

void printAlert const Char   caption,
const Char   msg,
...   
 

Write a formatted string to a popup message box, using print() style codes. The total length of the formatted string must not exceed 1024 characters.

void printDebug const Char   msg,
...   
 

Write a formatted string to the platform's idea of a debug output target, using printf() style codes. The total length of the formatted string must not exceed 1024 characters. This function becomes a no-op in release builds.

void vprintAlert const Char   caption,
const Char   msg,
va_list    vargs
 

Write a formatted string to a popup message box, using print() style codes. The total length of the formatted string must not exceed 1024 characters.

void vprintDebug const Char   msg,
va_list    vargs
 

Write a formatted string to the platform's idea of a debug output target, using printf() style codes. The total length of the formatted string must not exceed 1024 characters. This function becomes a no-op in release builds.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen