Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesGetEntityById Method (NullableInt64)

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntityById(System.Nullable{System.Int64})"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
IMyEntity IMyEntities.GetEntityById(
	Nullable<long> entityId
)

Parameters

entityId
Type: SystemNullableInt64

[Missing <param name="entityId"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntityById(System.Nullable{System.Int64})"]

Return Value

Type: IMyEntity

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntityById(System.Nullable{System.Int64})"]

Implements

IMyEntitiesGetEntityById(NullableInt64)
See Also