<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=IsTrunkVehicle</id>
	<title>IsTrunkVehicle - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=IsTrunkVehicle"/>
	<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=IsTrunkVehicle&amp;action=history"/>
	<updated>2026-04-24T11:15:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.playonset.com/index.php?title=IsTrunkVehicle&amp;diff=3792&amp;oldid=prev</id>
		<title>28days: Created page with &quot;{{Info|Lua Helper|Server|-}}  {{FuncDescription|Returns boolean based on if the vehicle has accessible trunk.}}  {{FuncSyntax|IsTrunkVehicle(vehicleid)}}  {{FuncParameters}} {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=IsTrunkVehicle&amp;diff=3792&amp;oldid=prev"/>
		<updated>2020-02-15T16:56:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Info|Lua Helper|Server|-}}  {{FuncDescription|Returns boolean based on if the vehicle has accessible trunk.}}  {{FuncSyntax|IsTrunkVehicle(vehicleid)}}  {{FuncParameters}} {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Info|Lua Helper|Server|-}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Returns boolean based on if the vehicle has accessible trunk.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|IsTrunkVehicle(vehicleid)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|vehicleid|The vehicle identifier.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncReturnValue|Returns &amp;#039;&amp;#039;&amp;#039;true&amp;#039;&amp;#039;&amp;#039; if vehicle&amp;#039;s trunk is accesible.}}&lt;br /&gt;
&lt;br /&gt;
== Example Server ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;quot;&amp;gt;&lt;br /&gt;
function IsTrunkVehicle(vehicleid)&lt;br /&gt;
	local modelid = GetVehicleModel(vehicleid)&lt;br /&gt;
	local array = {1, 2, 3, 4, 5, 7, 8, 11, 12, 19, 24, 25}&lt;br /&gt;
&lt;br /&gt;
	for _, v in ipairs(array) do&lt;br /&gt;
		if modelid == v then&lt;br /&gt;
			return true&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return false&lt;br /&gt;
end&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
__EDIT_ME__&lt;/div&gt;</summary>
		<author><name>28days</name></author>
	</entry>
</feed>