Click or drag to resize
MyEntitiesHelper_ModAPI.IMyEntities.TryGetEntityById Method (Nullable<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.Nullable{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(
	Nullable<long> id,
	out IMyEntity entity
)

Parameters

id
Type: System.Nullable<Int64>

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

entity
Type: VRage.ModAPI.IMyEntity

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

Return Value

Type: Boolean

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

Implements

IMyEntities.TryGetEntityById(Nullable<Int64>, IMyEntity)
See Also