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

Stores given CopyState at the currently-selected slot.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public CopyState SetCopyState(
	CopyState state
)

Parameters

state
CopyState
New content for the current slot. May be a CopyState object, or null.

Return Value

Previous contents of the current slot. May be null.

See Also