MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / resolveObjectFromGhostIndex

Method resolveObjectFromGhostIndex

Engine/source/sim/netGhost.cpp:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191NetObject *NetConnection::resolveObjectFromGhostIndex(S32 id)
1192{
1193 return mGhostRefs[id].obj;
1194}
1195
1196S32 NetConnection::getGhostIndex(NetObject *obj)
1197{

Callers 4

arcaneFX.cppFile · 0.80
netConnection.cppFile · 0.80
ghostReadPacketMethod · 0.80
setGhostAlwaysObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected