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 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/>
Sets the default value for a Thing or Linedef argument definition.<br/>
Default value can be also set in <ahref="gc_decoratekeys.html#argdefault">DECORATE</a>.<br/>
<strong>Example:</strong>
</p>
<pre>9038
{
title = "ColorSetter";
arg0
{
title = "Red";
<spanclass="blue">default = 255;</span>
}
}</pre>
</p>
</div>
</body>
>>>>>>> dddb1bbf (Added, Game configurations: added "targetclasses" argument property. Can be used with argument type 14 (Thing Tag). When set, only things of given classes will be shown in the argument dropdown list in Edit Things window.)