ISInterface:Printf

From Lavish Software Wiki
Revision as of 01:43, 23 July 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Purpose

Uses standard printf formatting to display text in the Inner Space session console. This function is referenced by the printf define macro in ISXDK.

Usage

Parameters

  • const char *Format
printf formatting text, such as "ISXDK Version %X"
  • ...
Values to be used

Return Value

none

Examples

See Also