|
ecsnet
|
Dynamic mapping structure from network IDs to local entity IDs. This map grows dynamically as new network IDs are encountered. Clients rely on this to map persistent server-assigned IDs to their local ECS entities. More...
#include <network_map.h>

Public Attributes | |
| network_id_pair_t * | pairs |
| Array of ID pairs. | |
| size_t | count |
| Array of ID pairs. | |
| size_t | capacity |
| Allocated capacity of the pairs array. | |
Dynamic mapping structure from network IDs to local entity IDs. This map grows dynamically as new network IDs are encountered. Clients rely on this to map persistent server-assigned IDs to their local ECS entities.