--------------------------------------- ControledLightComponentDesc::MakeData Create a spawn component from a descriptor
| 34 | // Create a spawn component from a descriptor |
| 35 | // |
| 36 | ControledLightComponent* ControledLightComponentDesc::MakeData() |
| 37 | { |
| 38 | return new ControledLightComponent(); |
| 39 | } |
| 40 | |
| 41 | |
| 42 | } // namespace demo |
nothing calls this directly
no outgoing calls
no test coverage detected