Пример #1
0
		/*!
		 * \brief
		 * Starts the map server.
		 * 
		 * \returns
		 * Returns NULL.
		 * 
		 * Starts the map server. The server can only be started when no MP game is in progress.
		 */
		void* MapDownloadStartServer()
		{
			StartMapServer();

			return nullptr;
		}
Пример #2
0
		/*!
		 * \brief
		 * Starts the map server.
		 * 
		 * \returns
		 * Returns NULL.
		 * 
		 * Starts the map server. The server can only be started when no MP game is in progress.
		 */
		void* MapDownloadStartServer()
		{
			StartMapServer();

			return NULL;
		}