Difference between revisions of "Category:PlugIn Development"

From Spesoft/GameEx Wiki
Jump to navigation Jump to search
Line 23: Line 23:
[http://www.gameex.info/forums/forum/22-user-projects GameEx User Project Forum]<br />
[http://www.gameex.info/forums/forum/22-user-projects GameEx User Project Forum]<br />
[http://www.gameex.info/forums/forum/33-user-projects PinballX User Project Forum]<br />
[http://www.gameex.info/forums/forum/33-user-projects PinballX User Project Forum]<br />
==Visual Studio 2010 Plugin Templates & Development Tools==
[http://www.gameex.info/forums/topic/11391-plugin-development-visual-basic-2010-project-template VB.NET GameEx Plugin Template]<br />
[http://www.gameex.info/forums/topic/13158-plugin-development-vbnet-pinballx-snap-in-plugin-template VB.NET PinballX Plugin Template]<br />
[http://www.gameex.info/forums/topic/11412-plugin-development-function-logger GameEx Function Logger Plugin]<br />
[http://www.gameex.info/forums/topic/13008-plugin-function-logger-pinballx-edition PinballX Function Logger Plugin]<br />


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

Revision as of 12:03, 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 VB.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.

NOTE: The plugin system requires all dlls be compiled for an x86 target environment and built on .NET Framework 2.0

GameEx Plugin Functions

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

PlugIn.dll Function List

PinballX Plugin Functions

Nothing yet!

External Links

GameEx Plugin Downloads
PinballX Plugin Downloads
GameEx User Project Forum
PinballX User Project Forum

Visual Studio 2010 Plugin Templates & Development Tools

VB.NET GameEx Plugin Template
VB.NET PinballX Plugin Template
GameEx Function Logger Plugin
PinballX Function Logger Plugin