MCPcopy 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
761static void EnableNetworking(DObject* const self, const bool enable)
762{
763 self->EnableNetworking(enable);
764}
765
766DEFINE_ACTION_FUNCTION_NATIVE(DObject, EnableNetworking, EnableNetworking)
767{

Callers 1

SerializeMethod · 0.85

Calls 1

EnableNetworkingMethod · 0.80

Tested by

no test coverage detected