Click or drag to resize
MyEntitiesHelper_ModAPI.IMyEntities.GetEntityById Method (Nullable<Int64>)

[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: System.Nullable<Int64>

[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

IMyEntities.GetEntityById(Nullable<Int64>)
See Also