Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1522
bool wz_command_interface_enabled()
1523
{
1524
return wz_command_interface() != WZ_Command_Interface::None;
1525
}
1526
1527
void wz_command_interface_output_str(const char *str)
1528
{
Callers
15
netplay.cpp
File · 0.85
cmdInterfaceLogChatMsgInternal
Function · 0.85
LogChatMsg
Function · 0.85
NETallowJoining
Function · 0.85
NEThostGame
Function · 0.85
cmdInterfaceLogChatMsg
Function · 0.85
MultiPlayerLeave
Function · 0.85
getHostLaunchStartNotReady
Function · 0.85
sendReadyRequest
Function · 0.85
recvReadyRequest
Function · 0.85
multiint.cpp
File · 0.85
changeHostChatPermissions
Method · 0.85
Calls
1
wz_command_interface
Function · 0.85
Tested by
no test coverage detected