Garry's Mod Wiki

Garry's Mod Wiki

  debugoverlay.ScreenText( number x, number y, string text, number lifetime = 1, table color = Color( 255, 255, 255 ) )

Description

Displays text triangle at the specified coordinates.

This function will silently fail if the developer ConVar is set to 0.
It is not networked to clients, except for the listen server host.
It will not work when the game is paused.

Arguments

1 number x
The position of the text, from 0 ( left ) to 1 ( right ).
2 number y
The position of the text, from 0 ( top ) to 1 ( bottom ).
3 string text
The text to display
4 number lifetime = 1
Number of seconds to appear
5 table color = Color( 255, 255, 255 )
The color of the box. Uses the Color

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated twice a day. Edits and history are not available.

Last Parsed: Loading...