C-DEngine 5.105

TheBaseAssets..::..MyCmdArgs Field

All public Parameter/Settings handed to the C-DEngine during Startup These settings are visible, unencrypted AND changable by plugins. Please use TheBaseAssets.MySettings.Set|GetSetting("settingname") to access the content In future versions of the CDE this dictionary might be read only or even internal only

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

Syntax


public static IDictionary<string, string> MyCmdArgs
Public Shared MyCmdArgs As IDictionary(Of String, String)
public:
static IDictionary<String^, String^>^ MyCmdArgs