Custom Train Tracks: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (→‎Functions: new api)
m (add issues section)
Line 13: Line 13:
|}</onlyinclude>
|}</onlyinclude>


= Functions =
== Functions ==
* [[createTrack]]
* [[createTrack]]
* [[setTrackLength]]
* [[setTrackLength]]
Line 20: Line 20:
* [[getTrackNodes]]
* [[getTrackNodes]]


= Old Functions =
== Old Functions ==
* [[createTrainTrack]]
* [[createTrainTrack]]
* [[destroyTrainTrack]]
* [[destroyTrainTrack]]
Line 32: Line 32:
* [[getTrainTrackPosition]]
* [[getTrainTrackPosition]]


= Media =
== Media ==
None.
None.


= Re-merge =
== Issues ==
* There may be some issues (relating to infinite loops) if a track runs across another or crosses another
 
== Re-merge ==
{| class="wikitable" style="width: auto; table-layout: fixed;"
{| class="wikitable" style="width: auto; table-layout: fixed;"
|-
|-

Revision as of 18:15, 13 July 2016

This branch makes it possible to make your own train tracks.

Status Work in progress
Branch custom-train-tracks
Branch version 1.6

Functions

Old Functions

Media

None.

Issues

  • There may be some issues (relating to infinite loops) if a track runs across another or crosses another

Re-merge

Status Abandoned
Branch custom-train-tracks-old (renamed from custom-train-tracks)
Branch version 1.4

The old custom-train-tracks branch contains commits cherry-picked and other merges from the 1.4 branch. The first task in updating this branch is to distinguish between merge commits and actual branch commits:

This means that there are only four commits that need to be merged into the new branch.