![]() |
GameDB
1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
|
RequestUpdater is a class that allows an update method to be hooked into an update loop, to allow constant updating of a requests asynchronous handling mechanisms More...
Public Member Functions | |
void | Update () |
Updates the RequestUpdater. Call often to keep the associated callback receiving regular updates. More... | |
Public Attributes | |
Action | OnUpdate = null |
A callback to call each Update More... | |
RequestUpdater is a class that allows an update method to be hooked into an update loop, to allow constant updating of a requests asynchronous handling mechanisms
void GameDBLibrary.RequestUpdater.Update | ( | ) |
Updates the RequestUpdater. Call often to keep the associated callback receiving regular updates.
Action GameDBLibrary.RequestUpdater.OnUpdate = null |
A callback to call each Update