Click or drag to resize
MyEntityIdentifierConstructId 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(
	MyEntityIdentifierID_OBJECT_TYPE type,
	long uniqueNumber
)

Parameters

type
Type: VRageMyEntityIdentifierID_OBJECT_TYPE

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

uniqueNumber
Type: SystemInt64

[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