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

Returns true if player is allowed to run draw commands that affect a given number of blocks.

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

Syntax

   
 C# 
public bool CanDraw(
	int volume
)

Parameters

volume
Int32

[Missing <param name="volume"/> documentation for "M:fCraft.Player.CanDraw(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Player.CanDraw(System.Int32)"]

See Also