| 734 | } |
| 735 | |
| 736 | void DObject::EnableNetworking(const bool enable) |
| 737 | { |
| 738 | if (enable) |
| 739 | NetworkEntityManager::AddNetworkEntity(this); |
| 740 | else |
| 741 | NetworkEntityManager::RemoveNetworkEntity(this); |
| 742 | } |
| 743 | |
| 744 | void DObject::RemoveFromNetwork() |
| 745 | { |
no outgoing calls
no test coverage detected