Revision Difference
debugoverlay.Text#550974
<function name="Text" parent="debugoverlay" type="libraryfunc">
<description>
Displays text at the specified position.
<note>This function will silently fail if the **developer** <page>ConVar</page> is set to 0.</note>
<note>This function will silently fail if the `developer` <page>ConVar</page> is set to `0`. It is not networked to clients, except for the <page text="listen server host">Player:IsListenServerHost</page>.</note>
</description>
<realm>Shared</realm>
<args>
<arg name="origin" type="Vector">Position origin</arg>
<arg name="text" type="string">String message to display</arg>
<arg name="lifetime" type="number" default="1">Number of seconds to appear</arg>
<arg name="viewCheck" type="boolean" default="false">Clip text that is obscured</arg>
</args>
</function>