<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.winterresortsim.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.winterresortsim.com/feed.php">
        <title>WRS Wiki modding:luasource-s2:vehicles</title>
        <description></description>
        <link>https://wiki.winterresortsim.com/</link>
        <image rdf:resource="https://wiki.winterresortsim.com/lib/tpl/sprintdoc/images/favicon.ico" />
       <dc:date>2026-04-04T13:48:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:snowmakingmanager?rev=1612891322&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:start?rev=1612891322&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicle?rev=1615715823&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclecamera?rev=1612891323&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclemanager?rev=1612891323&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicleseat?rev=1612891323&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.winterresortsim.com/lib/tpl/sprintdoc/images/favicon.ico">
        <title>WRS Wiki</title>
        <link>https://wiki.winterresortsim.com/</link>
        <url>https://wiki.winterresortsim.com/lib/tpl/sprintdoc/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:snowmakingmanager?rev=1612891322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-09T18:22:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/SnowmakingManager.lua</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:snowmakingmanager?rev=1612891322&amp;do=diff</link>
        <description>Vehicles/SnowmakingManager.lua

SnowmakingManager implements the global snow cannon control system. All snow cannons are registered to SnowmakingManager and can be remote-controlled by script.

The table snowCannons contains all snow cannon instances and is also used for the slope map in the overview menu.</description>
    </item>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:start?rev=1612891322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-09T18:22:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:start?rev=1612891322&amp;do=diff</link>
        <description>Vehicles/

Following files are contained in this directory:

	*  Vehicles/VehicleScripts/
	*  Vehicles/VehicleScripts/NetworkEvents/
	*  Vehicles/VehicleScripts/NetworkEvents/EventAttacherSystem.lua
	*  Vehicles/VehicleScripts/NetworkEvents/EventEnterVehicle.lua
	*  Vehicles/VehicleScripts/NetworkEvents/EventPlaySingleSound.lua
	*  Vehicles/VehicleScripts/NetworkEvents/EventRefuelVehicle.lua
	*  Vehicles/VehicleScripts/NetworkEvents/EventRopeWinch.lua
	*  Vehicles/VehicleScripts/NetworkEvents/Ev…</description>
    </item>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicle?rev=1615715823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-14T10:57:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/Vehicle.lua</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicle?rev=1615715823&amp;do=diff</link>
        <description>Vehicles/Vehicle.lua

The Vehicle class is at the heart of all vehicle-related features, together with VehicleManager. It handles all aspects that affect all vehicles (such as buying, selling or initializing vehicle scripts).


      26  
      27  Vehicle                             = Vehicle or {};
      28  local VehicleClass                  = Class(Vehicle, NetworkEntity);
      29</description>
    </item>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclecamera?rev=1612891323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-09T18:22:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/VehicleCamera.lua</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclecamera?rev=1612891323&amp;do=diff</link>
        <description>Vehicles/VehicleCamera.lua

This is the camera used by VehicleSeat. VehicleCamera can be used both for interior and exterior cameras, depending on which arguments are specified.


  26  
  27  VehicleCamera                       = VehicleCamera or {};
  28  local VehicleCameraClass            = Class(VehicleCamera);
  29  
  30  VehicleCamera.RAYCAST_LAYER         = 0xFFFFFFFF - (2^2) - (2^22) - (2^26) - (2^30) - (2^31) - (2^15);</description>
    </item>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclemanager?rev=1612891323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-09T18:22:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/VehicleManager.lua</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehiclemanager?rev=1612891323&amp;do=diff</link>
        <description>Vehicles/VehicleManager.lua

Together with Vehicle, VehicleManager is at the core of all scripts relating to vehicles. It is responsible for managing many features that are shared between all vehicles (such as switching vehicles using the Tab key and the distribution of various events such as</description>
    </item>
    <item rdf:about="https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicleseat?rev=1612891323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-09T18:22:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicles/VehicleSeat.lua</title>
        <link>https://wiki.winterresortsim.com/modding:luasource-s2:vehicles:vehicleseat?rev=1612891323&amp;do=diff</link>
        <description>Vehicles/VehicleSeat.lua

Every time you can take place on a seat, this seat will be powered by VehicleSeat. This is true for vehicles and ropeway carriers, but also for stationary objects (e.g. sun deck chairs or the chairs in some ropeway control rooms).</description>
    </item>
</rdf:RDF>
