MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / MultiSetupNonVisRobots

Function MultiSetupNonVisRobots

Descent3/multi_server.cpp:2187–2187  ·  view source on GitHub ↗

Sets up our data structures so that the nonvisible robots will be sent when they are needed

Source from the content-addressed store, hash-verified

2185
2186// Sets up our data structures so that the nonvisible robots will be sent when they are needed
2187void MultiSetupNonVisRobots(int slot, object *obj) { obj->generic_nonvis_flags |= (1 << slot); }
2188
2189// Sends out a list of generics that this client can't see
2190void MultiSendGenericNonVis(int slot, uint16_t *objarray, int num) {

Callers 1

MultiDoServerRobotFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected