MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / OnUserCreate

Method OnUserCreate

olcPixelGameEngine.h:4480–4483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4478 // they are not overwritten
4479
4480 bool PixelGameEngine::OnUserCreate()
4481 {
4482 return false;
4483 }
4484
4485 bool PixelGameEngine::OnUserUpdate(float fElapsedTime)
4486 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected