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

Method OnUserCreate

olcExampleProgram.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12public:
13 bool OnUserCreate() override
14 {
15 // Called once at the start, so create things here
16 return true;
17 }
18
19 bool OnUserUpdate(float fElapsedTime) override
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected