<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sally</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sally"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Sally"/>
	<updated>2026-05-09T21:59:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sally&amp;diff=74676</id>
		<title>User:Sally</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sally&amp;diff=74676"/>
		<updated>2022-05-22T16:16:02Z</updated>

		<summary type="html">&lt;p&gt;Sally: Created page with &amp;quot;Freelancer&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Freelancer&lt;/div&gt;</summary>
		<author><name>Sally</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=IsTransferBoxAlwaysVisible&amp;diff=74675</id>
		<title>IsTransferBoxAlwaysVisible</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=IsTransferBoxAlwaysVisible&amp;diff=74675"/>
		<updated>2022-05-22T16:12:58Z</updated>

		<summary type="html">&lt;p&gt;Sally: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
{{Added feature/item|1.5.9|1.5.8|20788|Determines if the transfer box should be always visible during downloads. Players can forcefully show the transfer box through a user setting, even if disabled by scripts.}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool isTransferBoxAlwaysVisible ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns a [[boolean]], whether the transfer box should be always visible or not.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This command powered example shows if localplayer enabled TransferBox always visibility in settings&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function checkTransferBoxAlwaysVisibility()&lt;br /&gt;
    outputChatBox(isTransferBoxAlwaysVisible() and &amp;quot;TransferBox always visibility enabled&amp;quot; or &amp;quot;TransferBox always visibility disabled&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;transferbox_check&amp;quot;, checkTransferBoxAlwaysVisibility)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|n/a|1.5.8-9.20788|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Server functions}}&lt;/div&gt;</summary>
		<author><name>Sally</name></author>
	</entry>
</feed>