Allows to specify a tooltip text displayed for a <ahref="gc_thingsettings.html#argtooltip">Thing</a> or Linedef argument definition. Newline character ("\n") can be used to format the text.<br/>
Argument tooltips can be also set in <ahref="gc_decoratekeys.html#argtooltip">DECORATE</a>.<br/>
<strong>Example:</strong></p>
<pre>arg1
{
title = "Mirror Polyobj Number";
<spanclass="blue">tooltip = "Polyobject that will mirror\nthis one's movements.";</span>
Sets the type of this argument. This changes the behaviour of Argument inputs in <ahref="w_linedefedit.html">Linedef</a> and <ahref="w_thingedit.html">Thing Edit</a> windows.<br/>
Argument type can be also set in <ahref="gc_decoratekeys.html#argtype">DECORATE</a>.<br/>
Allows to specify a rendering shape to display the value of this argument. Supported values are:<br/>
<ul>
<li>"<strong>Rectangle</strong>". The argument value is used as rectangle size.</li>
<li>"<strong>Circle</strong>". The argument value is used as circle radius.</li>
</ul>
Rendering shapes can be toggled using "<strong><ahref="gzdb/features/general/rendering_toolbar.html">Toggle Event Lines</a></strong>" action/menu button.<br/>
Currently rendering shapes are supported only for Thing arguments.<br/>Currently rendering shapes are shown only in Classic modes.</p>
Allows to specify a color used by rendering shape. Supported values are hex color (like "<strong>FF0000</strong>"), HTML-formatted hex color (like "<strong>#F00</strong>" or "<strong>#FF0000</strong>") or color name (like "<strong>Red</strong>").<br/>
By default rendering shapes will use Event line <ahref="w_preferences.html">editor color</a>.<br/>
This property must be used in conjunction with the "<bclass="fat">renderstyle</b>" property.</p>
Allows to specify the color used when rendering the minimum range shape. Supported values are hex color (like "<strong>FF0000</strong>"), HTML-formatted hex color (like "<strong>#F00</strong>" or "<strong>#FF0000</strong>") or color name (like "<strong>Red</strong>").<br/>
By default minimum range shapes will use Indication <ahref="w_preferences.html">editor color</a>.<br/>
This property must be used in conjunction with "<bclass="fat">renderstyle</b>" and "<bclass="fat">minrange</b>" properties.</p>
Allows to specify the color used when rendering the maximum range shape. Supported values are hex color (like "<strong>FF0000</strong>"), HTML-formatted hex color (like "<strong>#F00</strong>" or "<strong>#FF0000</strong>") or color name (like "<strong>Red</strong>").<br/>
By default maximum range shapes will use Indication <ahref="w_preferences.html">editor color</a>.<br/>
This property must be used in conjunction with "<bclass="fat">renderstyle</b>" and "<bclass="fat">maxrange</b>" properties.</p>