[This is preliminary documentation and is subject to change.]
Gets CopyState for the given slot. May be null.
Namespace: fCraftAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | slot is not between 0 and (MaxCopySlots-1). |