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

Gets CopyState for the given slot. May be null.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public CopyState GetCopyState(
	int slot
)

Parameters

slot
Int32
Slot number. Should be between 0 and (MaxCopySlots-1).

Return Value

CopyState or null, depending on whether anything has been copied into the given slot.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException slot is not between 0 and (MaxCopySlots-1).

See Also