Difference between revisions of "Category:PlugIn Development"

From Spesoft/GameEx Wiki
Jump to navigation Jump to search
Line 4: Line 4:
In the following section, you will find documentation on the functions that are exposed through GameEx's PlugIn system, and some sample code on how to use them in both VisualBasic.NET and C#. You will also find variable and enum documentation, and a link to a template you can use to quickly start creating your own plugins.
In the following section, you will find documentation on the functions that are exposed through GameEx's PlugIn system, and some sample code on how to use them in both VisualBasic.NET and C#. You will also find variable and enum documentation, and a link to a template you can use to quickly start creating your own plugins.


==Plugin Functions==
==GameEx Plugin Functions==
Below is a list of exposed functions you can use to manipulate GameEx using the PlugIn interface:
Below is a list of exposed functions you can use to manipulate GameEx using the PlugIn interface:


'''Functions'''
'''Functions'''
*[[PlugIn Development:GameEx Initialize Function|Initialize Plugin (GameEx)]]
*[[PlugIn Development:GameEx Initialize Function|Initialize Plugin]]
 
==PinballX Plugin Functions==
Below is a list of exposed functions you can use to manipulate GameEx using the PlugIn interface:
 
'''Functions'''
 


[[Category:GameEx]]
[[Category:GameEx]]
[[Categry:PinballX]]
[[Category:Plugin Development]]
[[Category:Plugin Development]]

Revision as of 10:23, 26 April 2014

Plugin Development Overview

GameEx and PinballX feature a very robust PlugIn system, so you can control many aspects of your build. Currently several PlugIns are available from the respective program's PlugIn Manager interface, and can also be downloaded from the Community Download Portal. Many new features are actively developed by members of the community, thanks to an open template available within the GameEx install.

In the following section, you will find documentation on the functions that are exposed through GameEx's PlugIn system, and some sample code on how to use them in both VisualBasic.NET and C#. You will also find variable and enum documentation, and a link to a template you can use to quickly start creating your own plugins.

GameEx Plugin Functions

Below is a list of exposed functions you can use to manipulate GameEx using the PlugIn interface:

Functions

PinballX Plugin Functions

Below is a list of exposed functions you can use to manipulate GameEx using the PlugIn interface:

Functions Categry:PinballX