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

Creates the zone boundaries, and sets CreatedDate/CreatedBy.

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

Syntax

   
 C# 
public void Create(
	BoundingBox bounds,
	PlayerInfo createdBy
)

Parameters

bounds
BoundingBox
New zone boundaries.
createdBy
PlayerInfo
Player who created this zone. May not be null.

See Also