Logic

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

Logic()
Updates the logic of all of the gadgets. 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

Pertains to GUI.

Example

Personal tools