================ idThread::Event_Say ================ */
| 1015 | ================ |
| 1016 | */ |
| 1017 | void idThread::Event_Say( const char *text ) { |
| 1018 | cmdSystem->BufferCommandText( CMD_EXEC_NOW, va( "say \"%s\"", text ) ); |
| 1019 | } |
| 1020 | |
| 1021 | /* |
| 1022 | ================ |
nothing calls this directly
no test coverage detected