PlugIn Development:GameEx Event App Exit Function

From Spesoft/GameEx Wiki
Revision as of 07:46, 28 April 2014 by Adultery (talk | contribs) (→‎C#)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This substructure is called when GameEx shuts down.

Parameters

This substructre has no available parameters.

Code Examples

VB.NET

Public Sub Event_App_Exit()
     'Run some code here!
End Sub

C#

public void Event_App_Exit()
{
     //Run some code here!		
}