Table of Contents

DebugView::clearText

(int line=-1)Clears all lines, or if a line is specified, that specific line.

Syntax

void DebugView::clearText([, int %line=-1]);

Parameters

[optional] int %line=-1
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

DebugView::addLine
DebugView::clearLines
DebugView::setText

References

This function is not called by any other functions.