Click or drag to resize
MyEntityIdentifier.ConstructId Method

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

[Missing <summary> documentation for "M:VRage.MyEntityIdentifier.ConstructId(VRage.MyEntityIdentifier.ID_OBJECT_TYPE,System.Int64)"]

Namespace: VRage
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public static long ConstructId(
	MyEntityIdentifier. ID_OBJECT_TYPE type,
	long uniqueNumber
)

Parameters

type
Type: VRage.MyEntityIdentifier.ID_OBJECT_TYPE

[Missing <param name="type"/> documentation for "M:VRage.MyEntityIdentifier.ConstructId(VRage.MyEntityIdentifier.ID_OBJECT_TYPE,System.Int64)"]

uniqueNumber
Type: System.Int64

[Missing <param name="uniqueNumber"/> documentation for "M:VRage.MyEntityIdentifier.ConstructId(VRage.MyEntityIdentifier.ID_OBJECT_TYPE,System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:VRage.MyEntityIdentifier.ConstructId(VRage.MyEntityIdentifier.ID_OBJECT_TYPE,System.Int64)"]

See Also