aboutsummaryrefslogtreecommitdiff
path: root/assets/manual/tex/luaatc.tex
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-08-12 08:13:48 +0200
committerY. Wang <yw05@forksworld.de>2022-08-12 08:13:48 +0200
commit2d2f3dd466ef8c3b3af40074e8991de36be60407 (patch)
treeba09446e58a64c77530055f59bfbd340303acef4 /assets/manual/tex/luaatc.tex
parentb4ac74c41911ee7771e88da91208c1eb16c4b752 (diff)
downloadadvtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.tar.gz
advtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.tar.bz2
advtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.zip
\include manpage .tex files
Diffstat (limited to 'assets/manual/tex/luaatc.tex')
-rw-r--r--assets/manual/tex/luaatc.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/manual/tex/luaatc.tex b/assets/manual/tex/luaatc.tex
index 10a67e8..8ee5d43 100644
--- a/assets/manual/tex/luaatc.tex
+++ b/assets/manual/tex/luaatc.tex
@@ -124,7 +124,7 @@ The following are available if \texttt{advtrains\_interlocking} is enabled.
\item \apifunc{can\_set\_route}{\var{pos},\var{name}} Returns a boolean indicating whether the route named \var{name} of the signal at \var{pos} can be set.
\item \apifunc{set\_route}{\var{pos},\var{name}} Sets the route named \var{name} of the signal at \var{pos}.
\item \apifunc{cancel\_route}{\var{pos}} Cancels the route that is set from the signal at \var{pos}.
-\item \apifunc{get\_aspect}{\var{pos}} Returns the signal aspect of the signal at \var{pos}. Please refer to section \ref{s:sigasp} for the structure of signal aspect tables.
+\item \apifunc{get\_aspect}{\var{pos}} Returns the signal aspect of the signal at \var{pos}. Please refer to \manref{signal\string_aspect}{7advtrains} for the structure of signal aspect tables.
\end{apidoc}
\subsection{Railway time}