[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: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public BlockDBEntry[] Lookup( int max, Vector3I coords )
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Given coordinates are outside the map. |