MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / match_group_meta

Function match_group_meta

modules/engine/runtime/src/ecs/query.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool match_group_meta(const sugoi_entity_type_t& type, const sugoi_meta_filter_t& filter)
97{
98 return match_filter_set<sugoi_entity_t>(type.meta, filter.all_meta, filter.none_meta, false);
99}
100
101bool match_group(sugoi_query_t* q, sugoi_group_t* g)
102{

Callers 3

query_groupsMethod · 0.85
match_groupMethod · 0.85
destroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected