C-DEngine 5.105

TheBaseAssets..::..GetAppInfo Property

Returns the Application Information of the hosting App Plugins only have read-access to this information.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static ThePluginInfo GetAppInfo { get; }
Public Shared ReadOnly Property GetAppInfo As ThePluginInfo
	Get
public:
static property ThePluginInfo^ GetAppInfo {
	ThePluginInfo^ get ();
}