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

Returns the next command argument, parsed as an integer.

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

Syntax

   
 C# 
public bool NextInt(
	out int number
)

Parameters

number
Int32%
Set to the argument's value if parsing succeeded, or zero if parsing failed or if there are no more arguments.

Return Value

Returns true if parsing succeeded, and false if parsing failed or if there are no more arguments.

See Also