MCPcopy Create free account
hub / github.com/Illation/ETEngine / MakeData

Method MakeData

Projects/Demo/source/Common/ControledLightComponent.cpp:36–39  ·  view source on GitHub ↗

--------------------------------------- ControledLightComponentDesc::MakeData Create a spawn component from a descriptor

Source from the content-addressed store, hash-verified

34// Create a spawn component from a descriptor
35//
36ControledLightComponent* ControledLightComponentDesc::MakeData()
37{
38 return new ControledLightComponent();
39}
40
41
42} // namespace demo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected