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

Method resolveGhost

Engine/source/sim/netGhost.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

getClientPathMethod · 0.80
unpackUpdateMethod · 0.80
getClientObjectFunction · 0.80
unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80
find_object_from_nameMethod · 0.80
unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80
readPacketDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected