MCPcopy Create free account
hub / github.com/GodotECS/godex / init

Method init

utils/fetchers.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void ComponentDynamicExposer::init(uint32_t p_identifier, bool p_mut) {
13 component_id = p_identifier;
14 mut = p_mut;
15}
16
17uint32_t ComponentDynamicExposer::get_target_identifier() const {
18 return component_id;

Callers 5

with_databagMethod · 0.45
with_storageMethod · 0.45
with_events_emitterMethod · 0.45
with_events_receiverMethod · 0.45
prepare_worldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected