mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-23 22:32:59 +03:00
61 lines
3.2 KiB
TeX
61 lines
3.2 KiB
TeX
\hypertarget{class_difficulty_system}{}\doxysection{Класс Difficulty\+System}
|
|
\label{class_difficulty_system}\index{DifficultySystem@{DifficultySystem}}
|
|
|
|
|
|
Класс \mbox{\hyperlink{class_difficulty_system}{Difficulty\+System}} позволяет настраивать уровень сложности игры.
|
|
|
|
|
|
|
|
|
|
{\ttfamily \#include $<$difficulty\+\_\+system.\+h$>$}
|
|
|
|
\doxysubsection*{Открытые члены}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
void \mbox{\hyperlink{class_difficulty_system_a470f08dcb4e134df604c8779e0cf8e28}{set\+Difficulty\+Level}} ()
|
|
\begin{DoxyCompactList}\small\item\em Устанавливает уровень сложности. \end{DoxyCompactList}\item
|
|
int \mbox{\hyperlink{class_difficulty_system_a89f6e4b8e206a20096acf6aea2564e74}{get\+Difficulty\+Level}} ()
|
|
\begin{DoxyCompactList}\small\item\em Получает текущий уровень сложности. \end{DoxyCompactList}\item
|
|
\mbox{\Hypertarget{class_difficulty_system_a477026ad959fa4f5ed6cb697bdd87767}\label{class_difficulty_system_a477026ad959fa4f5ed6cb697bdd87767}}
|
|
void \mbox{\hyperlink{class_difficulty_system_a477026ad959fa4f5ed6cb697bdd87767}{adjust\+Gameplay\+Parameters}} ()
|
|
\begin{DoxyCompactList}\small\item\em Адаптирует игровые параметры к выбранному уровню сложности. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
|
|
|
|
\doxysubsection{Подробное описание}
|
|
Класс \mbox{\hyperlink{class_difficulty_system}{Difficulty\+System}} позволяет настраивать уровень сложности игры.
|
|
|
|
\doxysubsection{Методы}
|
|
\mbox{\Hypertarget{class_difficulty_system_a89f6e4b8e206a20096acf6aea2564e74}\label{class_difficulty_system_a89f6e4b8e206a20096acf6aea2564e74}}
|
|
\index{DifficultySystem@{DifficultySystem}!getDifficultyLevel@{getDifficultyLevel}}
|
|
\index{getDifficultyLevel@{getDifficultyLevel}!DifficultySystem@{DifficultySystem}}
|
|
\doxysubsubsection{\texorpdfstring{getDifficultyLevel()}{getDifficultyLevel()}}
|
|
{\footnotesize\ttfamily int Difficulty\+System\+::get\+Difficulty\+Level (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
|
|
|
|
Получает текущий уровень сложности.
|
|
|
|
\begin{DoxyReturn}{Возвращает}
|
|
Текущий уровень сложности.
|
|
\end{DoxyReturn}
|
|
\mbox{\Hypertarget{class_difficulty_system_a470f08dcb4e134df604c8779e0cf8e28}\label{class_difficulty_system_a470f08dcb4e134df604c8779e0cf8e28}}
|
|
\index{DifficultySystem@{DifficultySystem}!setDifficultyLevel@{setDifficultyLevel}}
|
|
\index{setDifficultyLevel@{setDifficultyLevel}!DifficultySystem@{DifficultySystem}}
|
|
\doxysubsubsection{\texorpdfstring{setDifficultyLevel()}{setDifficultyLevel()}}
|
|
{\footnotesize\ttfamily void Difficulty\+System\+::set\+Difficulty\+Level (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
|
|
|
|
|
|
|
|
Устанавливает уровень сложности.
|
|
|
|
|
|
\begin{DoxyParams}{Аргументы}
|
|
{\em difficulty\+Level} & Уровень сложности, который необходимо установить. \\
|
|
\hline
|
|
\end{DoxyParams}
|
|
|
|
|
|
Объявления и описания членов класса находятся в файле\+:\begin{DoxyCompactItemize}
|
|
\item
|
|
difficulty\+\_\+system.\+h\end{DoxyCompactItemize}
|