aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2021-11-25 20:15:38 +0100
committerY. Wang <yw05@forksworld.de>2021-11-25 20:15:38 +0100
commite09695f95546a81da4b1eb345308b24d06d0fd0e (patch)
tree3d16236ee971e190d1b5cc57d653307261851c7e /assets
parentf4a1c40e0c698b95dd02f1553587dd630192cc74 (diff)
downloadadvtrains-e09695f95546a81da4b1eb345308b24d06d0fd0e.tar.gz
advtrains-e09695f95546a81da4b1eb345308b24d06d0fd0e.tar.bz2
advtrains-e09695f95546a81da4b1eb345308b24d06d0fd0e.zip
Minor changes
Diffstat (limited to 'assets')
-rw-r--r--assets/manual2/manual.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/manual2/manual.tex b/assets/manual2/manual.tex
index c6f5bba..fcfebc2 100644
--- a/assets/manual2/manual.tex
+++ b/assets/manual2/manual.tex
@@ -1091,6 +1091,8 @@ This chapter shows some example setups that you can use on your rail lines. Thes
\newpage
\part{Developer's Manual}
+This part is mostly relevant only to those interested in working on internal mechanisms of \advtrains{} or making mods related to \advtrains{}. Please note that this part is still incomplete.
+
\section{The \texttt{advtrains} table}\label{s:tadvtrains}
\subsection{Railway time}\label{s:tilrwt}
@@ -1137,7 +1139,7 @@ The \texttt{speed} library allows comparison of speed limits, which can be repre
Note that the meaning of \luanil{} here differ from the meaning used in signal aspect tables (see section \ref{s:sigasp}): \luanil{} lifts the speed limit instead of keeping it.
-The following functions are available as indices of \texttt{advtrains.speed}:
+The following entries are present in \texttt{advtrains.speed}:
\begin{apidoc}
\item \apifunc{lessp(\var{a},\var{b})} Returns a boolean indicating whether \var{a} is more strict than \var{b}.
@@ -1159,6 +1161,8 @@ For convenience, this manual refers to the functions above as \texttt{speed<}, \
\section{Definition tables}\label{s:deftables}
+Please refer to \texttt{advtrains/api\_doc.txt} for now.
+
\section{Table structures}\label{s:structs}
This section only documents table structures shared among multiple modules. API-specific table structures are documented in the corresponding sections.