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

[Missing <summary> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

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

Syntax

   
 C# 
public bool NextBlockWithParam(
	Player player,
	bool allowNoneBlock,
	out Block block,
	out int param
)

Parameters

player
Player

[Missing <param name="player"/> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

allowNoneBlock
Boolean

[Missing <param name="allowNoneBlock"/> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

block
Block%

[Missing <param name="block"/> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

param
Int32%

[Missing <param name="param"/> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

Return Value

[Missing <returns> documentation for "M:fCraft.CommandReader.NextBlockWithParam(fCraft.Player,System.Boolean,fCraft.Block@,System.Int32@)"]

See Also