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

Method DynamicComponentInfo

components/dynamic_component.cpp:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#define godex_new(clazz) new clazz
6
7DynamicComponentInfo::DynamicComponentInfo() {
8}
9
10StorageBase *DynamicComponentInfo::create_storage() {
11 switch (storage_type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected