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

Returns list of all changes done to the map at the given coordinate, newest to oldest.

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

Syntax

   
 C# 
public BlockDBEntry[] Lookup(
	int max,
	Vector3I coords
)

Parameters

max
Int32
Maximum number of changes to return.
coords
Vector3I
Coordinate to search at.

Return Value

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

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException If coords are outside the map.

See Also