Click or drag to resize
IMyEntitiesEntityExists Method (Int64)

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

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

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

Parameters

entityId
Type: SystemInt64

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

Return Value

Type: Boolean

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

See Also