Refresh

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

Refresh()
For Gadgets: An Internal Method that Refreshes the gadget. Called after any changes to the gadgets geometry, or any other change that requires something to be recalculated.
For GUI: A Function that Refreshes the GUI, performing all logic and drawing. You must either call Refresh() to update the entire GUI in one call, or Logic() and Render() to update the logic before drawing the GUI. This is useful if you are separating your logic calls from your drawing routines.

Returns

Nothing

Parameters

None

Gadget Information

Example

Personal tools