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

Queues a new block update to be processed. Due to concurrent nature of the server, there is no guarantee that updates will be applied in any specific order.

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

Syntax

   
 C# 
public void QueueUpdate(
	BlockUpdate update
)

Parameters

update
BlockUpdate

[Missing <param name="update"/> documentation for "M:fCraft.Map.QueueUpdate(fCraft.BlockUpdate)"]

See Also