| 1318 | } |
| 1319 | |
| 1320 | bool NetConnection::readConnectAccept(BitStream *stream, const char **errorString) |
| 1321 | { |
| 1322 | TORQUE_UNUSED(stream); |
| 1323 | TORQUE_UNUSED(errorString); |
| 1324 | return true; |
| 1325 | } |
| 1326 | |
| 1327 | DefineEngineMethod( NetConnection, resolveGhostID, S32, (S32 ghostID),, |
| 1328 | "@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