NetGameObjectManager

The NetGameObjectManager is used for storing and generating network game objects on the client side of Chrono-Drive. I utilize this within the CNetGameObject for adding to the managed network object unordered map upon the particular objects initialization. Also, for dynamic network objects created within LUA we can use the NetGameObjectManager::CreateNetGameObject function for allowing those dynamic network objects to be created.

Implementation:

Leave a Reply

Your email address will not be published.