| 1184 | //----------------------------------------------------------------------------- |
| 1185 | |
| 1186 | NetObject *NetConnection::resolveGhost(S32 id) |
| 1187 | { |
| 1188 | return mLocalGhosts[id]; |
| 1189 | } |
| 1190 | |
| 1191 | NetObject *NetConnection::resolveObjectFromGhostIndex(S32 id) |
| 1192 | { |
no outgoing calls
no test coverage detected