ecsnet
Loading...
Searching...
No Matches
network_map_t Struct Reference

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>

Collaboration diagram for network_map_t:

Public Attributes

network_id_pair_tpairs
 Array of ID pairs.
size_t count
 Array of ID pairs.
size_t capacity
 Allocated capacity of the pairs array.

Detailed Description

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.


The documentation for this struct was generated from the following file: