Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesGetEntityByName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntityByName(System.String)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
IMyEntity IMyEntities.GetEntityByName(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: IMyEntity

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntityByName(System.String)"]

Implements

IMyEntitiesGetEntityByName(String)
See Also