</code></pre></div></div><p>Returns the current amount of fuel in player’s car (between 0 and 80000). To change fuel amount, use vanilla function: <codeclass="highlighter-rouge">metarule(METARULE_GIVE_CAR_GAS, amount)</code> - <codeclass="highlighter-rouge">amount</code> can be positive or negative.</p><hr/><h3id="set_car_current_town"><ahref="#set_car_current_town"class="anchor-heading"aria-labelledby="set_car_current_town"><svgviewBox="0 0 16 16"aria-hidden="true"><usexlink:href="#svg-link"></use></svg></a><strong>set_car_current_town</strong></h3><divclass="language-c++ highlighter-rouge"><divclass="highlight"><preclass="highlight"><code><spanclass="kt">void</span><spanclass="n">set_car_current_town</span><spanclass="p">(</span><spanclass="kt">int</span><spanclass="n">town</span><spanclass="p">)</span>
</code></pre></div></div><p>Changes the current town index for the player’s car.</p><hr/><h3class="d-inline-block"id="set_car_intface_art"><ahref="#set_car_intface_art"class="anchor-heading"aria-labelledby="set_car_intface_art"><svgviewBox="0 0 16 16"aria-hidden="true"><usexlink:href="#svg-link"></use></svg></a><strong>set_car_intface_art</strong></h3><pclass="label label-green">sfall.h</p><divclass="language-c++ highlighter-rouge"><divclass="highlight"><preclass="highlight"><code><spanclass="kt">void</span><spanclass="n">set_car_intface_art</span><spanclass="p">(</span><spanclass="kt">int</span><spanclass="n">artIndex</span><spanclass="p">)</span>
</code></pre></div></div><ul><li>Changes the interface art (index in <codeclass="highlighter-rouge">intrface.lst</code>) for the car image on the world map interface</li><li>Should be called before going to the world map</li><li>Vanilla art index is 433</li></ul></div></div><divclass="search-overlay"></div></div></body></html>