AdvancedLauncher.SDK.Management.Configuration.AbstractConfiguration.ConvertGameStartArgs C# (CSharp) Method

ConvertGameStartArgs() public method

Converts game parameters to acceptable for game executable
public ConvertGameStartArgs ( string args ) : string
args string Raw parameters
return string
        public virtual string ConvertGameStartArgs(string args)
        {
            return args;
        }