diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/manual/tex/luaatc.tex | 2 | ||||
-rw-r--r-- | assets/manual/tex/main.tex | 2 |
2 files changed, 2 insertions, 2 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} diff --git a/assets/manual/tex/main.tex b/assets/manual/tex/main.tex index cea1cde..2ea7bde 100644 --- a/assets/manual/tex/main.tex +++ b/assets/manual/tex/main.tex @@ -9,7 +9,7 @@ \include{contributing.tex} -\include{manpages.tex} +\input{manpages.tex} \include{physics.tex} |