Click or drag to resize
MyEntityDisplayNameText Property

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

Display Name for GUI etc. Override in descendant classes. Usually used to display in terminal or inventory controls.

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public virtual string DisplayNameText { get; set; }

Property Value

Type: String

[Missing <value> documentation for "P:VRage.Game.Entity.MyEntity.DisplayNameText"]

See Also