editor_text

From Valve Developer Community
Revision as of 05:21, 12 July 2024 by Nesciuse (talk | contribs) (Nesciuse moved page Editor text/en to Editor text without leaving a redirect: Move en subpage to basepage)
Jump to navigation Jump to search
English (en)Suomi (fi)Русский (ru)Translate (Translate)

editor_text is a point entity available in Hammer++ Hammer++.

It has a similar appearance to point_worldtext, however it's main purpose is to add 3D comments to a map. The text only appears in Hammer++ as the entity does not actually exist in game; it will not count toward entity limits.

editor_text used to display "Hello World" in Hammer

Keyvalues

Name (targetname) <string>
Name to display in the 2D viewports and Entity Report, as well as for if this entity is a spotlight target.
Entity Message (message) <string>
The actual message of the text.
Text Size (textsize) <integer>
The size of the text.
Color (color) <color255>
The color of the text.
Pitch Yaw Roll (angles) <angles> !FGD
The orientation of the text.