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

Method OnBeforeUserCreate

olcPixelGameEngine.h:5119–5119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5117
5118 PGEX::PGEX(bool bHook) { if (bHook) pge->pgex_Register(this); }
5119 void PGEX::OnBeforeUserCreate() {}
5120 void PGEX::OnAfterUserCreate() {}
5121 bool PGEX::OnBeforeUserUpdate(float& fElapsedTime) { return false; }
5122 void PGEX::OnAfterUserUpdate(float fElapsedTime) {}

Callers 2

EngineThreadMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected