[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.1 (0.6.3.1)

Syntax

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

Parameters

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

Exceptions

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

See Also