mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-23 22:32:59 +03:00
79 lines
4.0 KiB
TeX
79 lines
4.0 KiB
TeX
\hypertarget{class_navigation_map_system}{}\doxysection{Класс Navigation\+Map\+System}
|
|
\label{class_navigation_map_system}\index{NavigationMapSystem@{NavigationMapSystem}}
|
|
|
|
|
|
Класс \mbox{\hyperlink{class_navigation_map_system}{Navigation\+Map\+System}} предоставляет карты и инструменты навигации.
|
|
|
|
|
|
|
|
|
|
{\ttfamily \#include $<$navigation\+\_\+map\+\_\+system.\+h$>$}
|
|
|
|
\doxysubsection*{Открытые члены}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
void \mbox{\hyperlink{class_navigation_map_system_a5a02c1008f6da11ecf9f70dac8213549}{create\+Or\+Update\+Map}} ()
|
|
\begin{DoxyCompactList}\small\item\em Создает карту мира или обновляет существующую. \end{DoxyCompactList}\item
|
|
void \mbox{\hyperlink{class_navigation_map_system_adb4180d51d2f7a69c15ebe3de788744e}{find\+Path}} ()
|
|
\begin{DoxyCompactList}\small\item\em Позволяет получить маршрут от одной точки до другой. \end{DoxyCompactList}\item
|
|
void \mbox{\hyperlink{class_navigation_map_system_aeacdf0fc20852877a74632b5fb2128ba}{display\+Map\+Section}} ()
|
|
\begin{DoxyCompactList}\small\item\em Отображает карту или часть карты. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
|
|
|
|
\doxysubsection{Подробное описание}
|
|
Класс \mbox{\hyperlink{class_navigation_map_system}{Navigation\+Map\+System}} предоставляет карты и инструменты навигации.
|
|
|
|
\doxysubsection{Методы}
|
|
\mbox{\Hypertarget{class_navigation_map_system_a5a02c1008f6da11ecf9f70dac8213549}\label{class_navigation_map_system_a5a02c1008f6da11ecf9f70dac8213549}}
|
|
\index{NavigationMapSystem@{NavigationMapSystem}!createOrUpdateMap@{createOrUpdateMap}}
|
|
\index{createOrUpdateMap@{createOrUpdateMap}!NavigationMapSystem@{NavigationMapSystem}}
|
|
\doxysubsubsection{\texorpdfstring{createOrUpdateMap()}{createOrUpdateMap()}}
|
|
{\footnotesize\ttfamily void Navigation\+Map\+System\+::create\+Or\+Update\+Map (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
|
|
|
|
Создает карту мира или обновляет существующую.
|
|
|
|
|
|
\begin{DoxyParams}{Аргументы}
|
|
{\em world\+Params} & Параметры мира для создания или обновления карты. \\
|
|
\hline
|
|
\end{DoxyParams}
|
|
\mbox{\Hypertarget{class_navigation_map_system_aeacdf0fc20852877a74632b5fb2128ba}\label{class_navigation_map_system_aeacdf0fc20852877a74632b5fb2128ba}}
|
|
\index{NavigationMapSystem@{NavigationMapSystem}!displayMapSection@{displayMapSection}}
|
|
\index{displayMapSection@{displayMapSection}!NavigationMapSystem@{NavigationMapSystem}}
|
|
\doxysubsubsection{\texorpdfstring{displayMapSection()}{displayMapSection()}}
|
|
{\footnotesize\ttfamily void Navigation\+Map\+System\+::display\+Map\+Section (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
|
|
|
|
Отображает карту или часть карты.
|
|
|
|
|
|
\begin{DoxyParams}{Аргументы}
|
|
{\em display\+Params} & Параметры отображения карты. \\
|
|
\hline
|
|
\end{DoxyParams}
|
|
\mbox{\Hypertarget{class_navigation_map_system_adb4180d51d2f7a69c15ebe3de788744e}\label{class_navigation_map_system_adb4180d51d2f7a69c15ebe3de788744e}}
|
|
\index{NavigationMapSystem@{NavigationMapSystem}!findPath@{findPath}}
|
|
\index{findPath@{findPath}!NavigationMapSystem@{NavigationMapSystem}}
|
|
\doxysubsubsection{\texorpdfstring{findPath()}{findPath()}}
|
|
{\footnotesize\ttfamily void Navigation\+Map\+System\+::find\+Path (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
|
|
|
|
Позволяет получить маршрут от одной точки до другой.
|
|
|
|
|
|
\begin{DoxyParams}{Аргументы}
|
|
{\em start\+Point} & Начальная точка маршрута. \\
|
|
\hline
|
|
{\em end\+Point} & Конечная точка маршрута. \\
|
|
\hline
|
|
\end{DoxyParams}
|
|
|
|
|
|
Объявления и описания членов класса находятся в файле\+:\begin{DoxyCompactItemize}
|
|
\item
|
|
navigation\+\_\+map\+\_\+system.\+h\end{DoxyCompactItemize}
|