Revision Difference
debugoverlay.Text#513152
<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>⤶
</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>⤶
⤶