| 1323 | } |
| 1324 | |
| 1325 | bool NetConnection::readConnectAccept(BitStream *stream, const char **errorString) |
| 1326 | { |
| 1327 | TORQUE_UNUSED(stream); |
| 1328 | TORQUE_UNUSED(errorString); |
| 1329 | return true; |
| 1330 | } |
| 1331 | |
| 1332 | DefineEngineMethod( NetConnection, resolveGhostID, S32, (S32 ghostID),, |
| 1333 | "@brief On the client, convert a ghost ID from this connection to a real SimObject ID.\n\n" |
no outgoing calls
no test coverage detected