From 49beb106f00d35296c54a6f15cc663526651d376 Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Sun, 4 Sep 2022 17:31:09 +0200 Subject: Use ldoc instead of manpages --- assets/manual/tex/luaatc.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/manual/tex/luaatc.tex') diff --git a/assets/manual/tex/luaatc.tex b/assets/manual/tex/luaatc.tex index 8ee5d43..99ef77f 100644 --- a/assets/manual/tex/luaatc.tex +++ b/assets/manual/tex/luaatc.tex @@ -124,11 +124,11 @@ 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 \manref{signal\string_aspect}{7advtrains} for the structure of signal aspect tables. +\item \apifunc{get\_aspect}{\var{pos}} Returns the signal aspect of the signal at \var{pos}. \end{apidoc} \subsection{Railway time} -Please refer to \manref{rwt}{7advtrains} for information on the railway time API. +Please refer to the railway time API documentation for more information. \begin{apidoc}{LuaATC} \item \apifunc{schedule}{\var{time},\var{message}} Triggers a \texttt{schedule} event at \var{time} with the message \var{message}. Only one event can be scheduled this way. \item \apifunc{schedule\_in}{\var{time},\var{message}} Like \texttt{schedule}, but \var{time} is given as the time until the event is triggered. @@ -194,4 +194,4 @@ The following operations are safe in the approach callback: %%% Local Variables: %%% TeX-master: "a4manual" -%%% End: \ No newline at end of file +%%% End: -- cgit v1.2.3