Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ EnableNetworking
Function
EnableNetworking
source/common/objects/dobject.cpp:761–764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
759
}
760
761
static void EnableNetworking(DObject* const self, const bool enable)
762
{
763
self->EnableNetworking(enable);
764
}
765
766
DEFINE_ACTION_FUNCTION_NATIVE(DObject, EnableNetworking, EnableNetworking)
767
{
Callers
1
Serialize
Method · 0.85
Calls
1
EnableNetworking
Method · 0.80
Tested by
no test coverage detected