Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1191
NetObject *NetConnection::resolveObjectFromGhostIndex(S32 id)
1192
{
1193
return mGhostRefs[id].obj;
1194
}
1195
1196
S32 NetConnection::getGhostIndex(NetObject *obj)
1197
{
Callers
4
arcaneFX.cpp
File · 0.80
netConnection.cpp
File · 0.80
ghostReadPacket
Method · 0.80
setGhostAlwaysObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected