Click or drag to resize

PlayerTextLabel Properties

The PlayerTextLabel type exposes the following members.

Properties
  NameDescription
Public propertyAttachedEntity
Gets the attached entity.
Public propertyColor
Gets the color of this player text label.
Public propertyDrawDistance
Gets the draw distance.
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Public propertyParent
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.)
Public propertyPosition
Gets the position of this player text label.
Public propertyTestLos
Gets a value indicating whether to test the line of sight.
Public propertyText
Gets the text of this player text label.
Public propertyVirtualWorld
Gets the virtual world.
Top
See Also