Click or drag to resize
MyEntityIdentifierGetEntityById Method

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

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

Namespace: VRage
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public static IMyEntity GetEntityById(
	long entityId
)

Parameters

entityId
Type: SystemInt64

[Missing <param name="entityId"/> documentation for "M:VRage.MyEntityIdentifier.GetEntityById(System.Int64)"]

Return Value

Type: IMyEntity

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

See Also