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

Method PGEX

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

Source from the content-addressed store, hash-verified

5116
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; }

Callers

nothing calls this directly

Calls 1

pgex_RegisterMethod · 0.80

Tested by

no test coverage detected