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

Returns the next command argument. A single "argument" is either a word that ends with whitespace, or several words in double quotes ("").

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

Syntax

   
 C# 
[CanBeNullAttribute]
public string Next()

Return Value

Next argument (string), or null if there are no more arguments.

See Also