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

Returns the rest of command's text, from current offset to the end of string. If there is nothing to return (i.e. if string ends at the current offset), returns empty string.

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

Syntax

   
 C# 
public string NextAll()

Return Value

The rest of the command, or an empty string.

See Also