Skip to content
Flecs v4.1
ecs_world_info_t::[struct].cmd Struct Reference

Public Attributes

int64_t add_count
 Add commands processed.
int64_t remove_count
 Remove commands processed.
int64_t delete_count
 Delete commands processed.
int64_t clear_count
 Clear commands processed.
int64_t set_count
 Set commands processed.
int64_t ensure_count
 Ensure or emplace commands processed.
int64_t modified_count
 Modified commands processed.
int64_t discard_count
 Commands discarded, happens when the entity is no longer alive when running the command.
int64_t event_count
 Enqueued custom events.
int64_t other_count
 Other commands processed.
int64_t batched_entity_count
 Entities for which commands were batched.
int64_t batched_command_count
 Commands batched.

Detailed Description

Definition at line 1571 of file flecs.h.


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