Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesTryGetEntityById Method (Int64, IMyEntity)

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#TryGetEntityById(System.Int64,VRage.ModAPI.IMyEntity@)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
bool IMyEntities.TryGetEntityById(
	long id,
	out IMyEntity entity
)

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#TryGetEntityById(System.Int64,VRage.ModAPI.IMyEntity@)"]

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#TryGetEntityById(System.Int64,VRage.ModAPI.IMyEntity@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#TryGetEntityById(System.Int64,VRage.ModAPI.IMyEntity@)"]

Implements

IMyEntitiesTryGetEntityById(Int64, IMyEntity)
See Also