UserToolItemClone Method

Create a deep clone of the caller's item and return it.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static UserToolItem Clone(
	UserToolItem tool
)

Parameters

tool  UserToolItem
Reference to the user tool item to be cloned.

Return Value

UserToolItem
Reference to the newly created user tool item that has been deeply duplicated.

See Also