mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-20 07:50:45 +00:00
d67b8cdf05
Subpools are for grouping components by some criterion. Any component that has a rangeid callback will be grouped with other components that return the same render id. Note that the ordering of components within a group will be affected by adding a component into a group that comes before that group (or removing a component). Component pools can have multiple groups, added and removed dynamically, but removing a group should (currently) be done only when empty. |
||
---|---|---|
.. | ||
test | ||
component.c | ||
ecs.c | ||
entity.c | ||
hierarchy.c | ||
Makemodule.am | ||
subpool.c |