PlugIn Development:GameEx Version Info
GameEx: PlugIn Info Overview
When this structure is populated, the variable returns the current running version of GameEx.
Variable Details
Below is a reference of the variable name and [type] available in this structure:
GameExVersion [string] : The current running version of GameEx.
Code Examples
VB.NET syntax:
<StructLayout(LayoutKind.Sequential)> _ Public Structure GameExInfo Public GameExVersion As String End Structure
C# syntax:
[ StructLayout( LayoutKind.Sequential )] public struct GameExInfo { public string GameExVersion; }