GameDB  1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
GameDBLibrary.RequestUpdater Class Reference

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...
 

Detailed Description

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

Member Function Documentation

◆ Update()

void GameDBLibrary.RequestUpdater.Update ( )

Updates the RequestUpdater. Call often to keep the associated callback receiving regular updates.

Member Data Documentation

◆ OnUpdate

Action GameDBLibrary.RequestUpdater.OnUpdate = null

A callback to call each Update