Click or drag to resize
SyncBaseClone Method

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

[Missing <summary> documentation for "M:VRage.SyncBase.Clone(System.Int32)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public abstract SyncBase Clone(
	int newId
)

Parameters

newId
Type: SystemInt32

[Missing <param name="newId"/> documentation for "M:VRage.SyncBase.Clone(System.Int32)"]

Return Value

Type: SyncBase

[Missing <returns> documentation for "M:VRage.SyncBase.Clone(System.Int32)"]

See Also