Click or drag to resize
IMyEntitiesEntityExists Method (String)

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

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

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

Parameters

name
Type: SystemString

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

Return Value

Type: Boolean

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

See Also