| 1617 | } |
| 1618 | |
| 1619 | ScriptingObject* NetworkReplicator::ResolveForeignObject(Guid objectId) |
| 1620 | { |
| 1621 | if (const auto& object = ResolveObject(objectId)) |
| 1622 | return object->Object.Get(); |
| 1623 | return nullptr; |
| 1624 | } |
| 1625 | |
| 1626 | uint32 NetworkReplicator::GetObjectOwnerClientId(const ScriptingObject* obj) |
| 1627 | { |
nothing calls this directly
no test coverage detected