MCPcopy Create free account
hub / github.com/MikeMcShaffry/gamecode4 / OnUpdateGame

Method OnUpdateGame

Source/GCC4/GameCode4/GameCode.cpp:1200–1222  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- This callback function will be called once at the beginning of every frame. This is the best location for your application to handle updates to the scene, but is not intended to contain actual rendering calls, which should instead be placed in the OnFrameRender callback. See Game Coding Complete - 4th Edition -

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

HasModalDialogMethod · 0.80
GetHwndMethod · 0.80
DoSelectMethod · 0.80
VUpdateMethod · 0.45
VOnUpdateMethod · 0.45

Tested by

no test coverage detected