Plantilla:Csgo point

From Valve Developer Community
< Es
Jump to: navigation, search
English (en)Español (es)Translate (Translate)

Counter-Strike: Global Offensive point_worldtext es un punto de entidad disponible en Counter-Strike: Global Offensive. También disponible en Team Fortress 2 Team Fortress 2.

Ejemplo de texto generado por dos entidades point_worldtext

Es una entidad que muestra un mensaje en pantalla y su origen.

Uso

Pendiente: Actualizar esta descripción para Team Fortress 2.

point_worldtext muestra un texto específico en una posición del mundo. Puede ser de cualquier tamaño y color, pero su contorno no se puede modificar. Puedes cambiar el texto disparando AddOutput(en) con el parámetro «message» y lo que quieras poner. Si deseas mostrar información importante para que los jugadores estén advertidos de algo, es mejor usar un game_text(en).

Tip.pngConsejo:La hoja de la textura tiene un icono asignado al carácter «~».
Note.pngNota: El texto, su tamaño y color pueden editarse mediante AddOutput(en), haciendo que esta entidad sea flexible y útil.

Valores clave

Name (targetname) <string(en)>
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
Véase también:  Generic Keyvalues, Inputs and Outputs available to all entities

Entity Message (message) <string(en)>
Text that should be displayed. Team Fortress 2 Newlines can be inserted into the text via the newline character \n.
Text Size (textsize) <float(en)>
Size of the text. Setting this to 0 will display nothing. Negative values will flip the text upside down.
Color (color) <color255(en)>
Color of the text. Team Fortress 2 Alpha is also parsed if R G B A format is specified. Otherwise, alpha defaults to 255.
Font (font) <material(en)> (only in Portal 2: Community EditionTeam Fortress 2)
Path to the font material sheet
Pendiente: Add font gallery for Team Fortress 2. Accepts integer values 0 - 11
Orientation (orientation) <integer(en)> (only in Team Fortress 2)
  • 0: stationary text
  • 1: always face the player.
  • 2: ignores pitch (looking up/down)
Warning.pngAviso:"stationary" text (aka orientation 0) is not centered at origin like other values. Instead, the first character in the message is printed at origin. This will cause your text to "shift" switching to/from 0
Text Spacing X (textspacingx) <float(en)> (only in Team Fortress 2)
Spacing between each letter along the X axis. Negative values will invert the text.
Text Spacing Y (textspacingy) <float(en)> (only in Team Fortress 2)
Spacing between each letter along the Y axis. Only used when newlines are inserted into the text.
Rainbow (rainbow) <boolean(en)> (only in Team Fortress 2)
Enables rainbow text. Cannot be modified by color or SetColor inputs.

Etiquetas

  • 1: Empieza desactivado
Note.pngNota:Team Fortress 2 No existe.
PlacementTip.pngsolución alternativa:Establece alfa en 0 con SetColor.

Entradas

Enable  (no en Team Fortress 2)
Start displaying the message text.
Disable  (no en Team Fortress 2)
Stop displaying the message text.
SetMessage <string(en)> (no en Team Fortress 2)
Set the message text.
Icon-Bug.pngError:Does not work, use AddOutput(en) Message <string> instead.  [todo tested in?]
SetText <string(en)> (only in Team Fortress 2)
Set the message text.
SetTextSize <float(en)> (only in Team Fortress 2)
Set the message text size. Setting this to 0 will hide the text. Negative values will flip the text upside down.
SetTextSpacingX <float(en)> (only in Team Fortress 2)
Set the spacing between letters along the X axis. Negative values will invert the text.
SetTextSpacingY <float(en)> (only in Team Fortress 2)
Set the spacing between letters along the Y axis. Only used when newlines are inserted into the text.
SetColor <color255(en)> (only in Team Fortress 2)
Set the message color.
SetFont <integer(en)> (only in Team Fortress 2)
Set the message font. Accepts values 0 - 11
SetOrientation <integer(en)> (only in Team Fortress 2)
Set the message orientation
SetRainbow <integer(en)> (only in Team Fortress 2)
Enables Rainbow Text

Véase también

  • point_message(en): Una entidad similar que muestra un pequeño mensaje en una ubicación específica del mapa.