Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesSetEntityName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#SetEntityName(VRage.ModAPI.IMyEntity,System.Boolean)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
void IMyEntities.SetEntityName(
	IMyEntity entity,
	bool possibleRename
)

Parameters

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#SetEntityName(VRage.ModAPI.IMyEntity,System.Boolean)"]

possibleRename
Type: SystemBoolean

[Missing <param name="possibleRename"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#SetEntityName(VRage.ModAPI.IMyEntity,System.Boolean)"]

Implements

IMyEntitiesSetEntityName(IMyEntity, Boolean)
See Also