This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:api:railway_time_api [2019-06-20 09:52] 141.76.179.161 |
dev:api:railway_time_api [2022-07-15 12:45] (current) maverick2797 ↷ Page moved from usage:lines:railway_time_api to dev:api:railway_time_api |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Railway Time API ====== | ====== Railway Time API ====== | ||
- | This is the documentation for the [[lines: | + | This is the documentation for the [[usage:lines: |
- | These functions are accessible at | + | These functions are accessible |
advtrains.lines.rwt.* | advtrains.lines.rwt.* | ||
- | | + | These functions are also accessible in the LuaATC environment at: |
+ | rwt.* | ||
===== Railway Time Formats ===== | ===== Railway Time Formats ===== | ||
A railway time can be represented by 3 different formats: table, string or seconds. All API functions accept any of the formats as input, and usually output in table form, unless specified otherwise. | A railway time can be represented by 3 different formats: table, string or seconds. All API functions accept any of the formats as input, and usually output in table form, unless specified otherwise. | ||
Line 18: | Line 19: | ||
A time string can be either in the form cc;mm;ss or mm;ss. Trailing 0's can be omitted. | A time string can be either in the form cc;mm;ss or mm;ss. Trailing 0's can be omitted. | ||
mm and ss must be within 0-60. | mm and ss must be within 0-60. | ||
- | 1:23:45 | + | 1;23;45 |
==== Seconds ==== | ==== Seconds ==== | ||
Line 72: | Line 73: | ||
last_rpt(rwtime, | last_rpt(rwtime, | ||
- | Returns time when this repeating time occurs | + | Returns time when this repeating time occured |
next_rpt(rwtime, | next_rpt(rwtime, |