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

[Missing <summary> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

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

Syntax

   
 C# 
public BlockDBEntry[] Lookup(
	int max,
	PlayerInfo info,
	bool exclude,
	TimeSpan span
)

Parameters

max
Int32

[Missing <param name="max"/> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

info
PlayerInfo

[Missing <param name="info"/> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

exclude
Boolean

[Missing <param name="exclude"/> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

span
TimeSpan

[Missing <param name="span"/> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

Return Value

[Missing <returns> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.PlayerInfo,System.Boolean,System.TimeSpan)"]

See Also