Editor text: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{langsp}}
{{langsp}}
It has a similar appearance to {{ent|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 has a similar appearance to {{ent|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.
[[File:editor text.png|thumb|right|editor_text used to display "Hello World" in Hammer]]
[[File:editor text.png|thumb|right|editor_text used to display "Hello World" in Hammer]]



Revision as of 19:57, 1 July 2024

English (en)Suomi (fi)Русский (ru)Translate (Translate)

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.

editor_text used to display "Hello World" in Hammer

Keyvalues

Name (targetname) <string>
Name to display in the 2D viewports and Entity Report.
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.