RenderWare V2.1

Previous Page Index Next Page

RwBool

RwOpenDebugStream(char *filename);

Description

Opens the named file as the current debugging stream.

Arguments

filename Name of a file.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

Note that this function appends information to the specified file or device.

On certain platforms special filenames are recognized which, for example, allow the debugging stream to be redirected to a monochrome, debugging monitor. For more information, see Appendix B.

See Also

RwCloseDebugStream()

RwSetDebugStream()