![]() |
PK_ENTITY_array_t |
This structure contains an array of entities of type PK_ENTITY_t
typedef struct PK_ENTITY_array_s
{
PK_ENTITY_t *array; --- array of ENTITYs
int length; --- length of array
}
PK_ENTITY_array_t;
It has the fields:
'array': array of entities of type PK_ENTITY_t
'length': the number of entities in 'array'