Click or drag to resize
IMyEntitiesEntityExists Method (NullableInt64)

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

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

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool EntityExists(
	Nullable<long> entityId
)

Parameters

entityId
Type: SystemNullableInt64

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

Return Value

Type: Boolean

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

See Also