Sets up our data structures so that the nonvisible robots will be sent when they are needed
| 2185 | |
| 2186 | // Sets up our data structures so that the nonvisible robots will be sent when they are needed |
| 2187 | void 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 |
| 2190 | void MultiSendGenericNonVis(int slot, uint16_t *objarray, int num) { |
no outgoing calls
no test coverage detected