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

Method ExecuteSessionCommand

neo/framework/async/AsyncNetwork.cpp:466–472  ·  view source on GitHub ↗

================== idAsyncNetwork::ExecuteSessionCommand ================== */

Source from the content-addressed store, hash-verified

464==================
465*/
466void idAsyncNetwork::ExecuteSessionCommand( const char *sessCmd ) {
467 if ( sessCmd[ 0 ] ) {
468 if ( !idStr::Icmp( sessCmd, "game_startmenu" ) ) {
469 session->SetGUI( game->StartMenu(), NULL );
470 }
471 }
472}
473
474/*
475=================

Callers

nothing calls this directly

Calls 2

SetGUIMethod · 0.80
StartMenuMethod · 0.45

Tested by

no test coverage detected