< index < 2. Console emulator < 2.2 Drawing on the root console |
===================================== |
C++ : void TCODConsole::clear() C : void TCOD_console_clear(TCOD_console_t con) Py : console_clear(con)This function modifies all cells of a console :
Parameter | Description |
---|---|
con | In the C version, the offscreen console handler or NULL for the root console. |