[This is preliminary documentation and is subject to change.]

Checks whether a command-line argument was set.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public static bool HasArg(
	ArgKey key
)

Parameters

key
ArgKey
Command-line argument name (enumerated)

Return Value

True if given argument was given. Otherwise false.

See Also