MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / wz_command_interface_enabled

Function wz_command_interface_enabled

src/stdinreader.cpp:1522–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520#endif
1521
1522bool wz_command_interface_enabled()
1523{
1524 return wz_command_interface() != WZ_Command_Interface::None;
1525}
1526
1527void wz_command_interface_output_str(const char *str)
1528{

Callers 15

netplay.cppFile · 0.85
LogChatMsgFunction · 0.85
NETallowJoiningFunction · 0.85
NEThostGameFunction · 0.85
cmdInterfaceLogChatMsgFunction · 0.85
MultiPlayerLeaveFunction · 0.85
sendReadyRequestFunction · 0.85
recvReadyRequestFunction · 0.85
multiint.cppFile · 0.85

Calls 1

wz_command_interfaceFunction · 0.85

Tested by

no test coverage detected