MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Event_Say

Method Event_Say

neo/game/script/Script_Thread.cpp:1017–1019  ·  view source on GitHub ↗

================ idThread::Event_Say ================ */

Source from the content-addressed store, hash-verified

1015================
1016*/
1017void idThread::Event_Say( const char *text ) {
1018 cmdSystem->BufferCommandText( CMD_EXEC_NOW, va( "say \"%s\"", text ) );
1019}
1020
1021/*
1022================

Callers

nothing calls this directly

Calls 2

vaFunction · 0.85
BufferCommandTextMethod · 0.80

Tested by

no test coverage detected