We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907a71e commit 124847fCopy full SHA for 124847f
1 file changed
com.unity.netcode.gameobjects/Runtime/Configuration/CommandLineOptions.cs
@@ -34,6 +34,7 @@ private static void ParseCommandLineArguments()
34
/// Returns the value of an argument or null if there the argument is not present
35
/// </summary>
36
/// <param name="arg">The name of the argument</param>
37
+ /// <returns><see cref="string"/>Value of the command line argument passed in.</returns>
38
public string GetArg(string arg)
39
{
40
var argIndex = CommandLineArguments.IndexOf(arg);
0 commit comments