Release 0.78
							parent
							
								
									594aae4221
								
							
						
					
					
						commit
						dc72c8c984
					
				| 
						 | 
					@ -46,7 +46,7 @@ class Point
 | 
				
			||||||
        * @brief Returns the distance from one Point to another
 | 
					        * @brief Returns the distance from one Point to another
 | 
				
			||||||
        * @return The distance from one Point to another
 | 
					        * @return The distance from one Point to another
 | 
				
			||||||
        */
 | 
					        */
 | 
				
			||||||
        std::int32_t DistanceFrom(Point P) const;
 | 
					        double DistanceFrom(Point P) const;
 | 
				
			||||||
        /**
 | 
					        /**
 | 
				
			||||||
        * @brief Returns True if the Point is inside the passed Box
 | 
					        * @brief Returns True if the Point is inside the passed Box
 | 
				
			||||||
        * @return True if the Point is inside the passed Box
 | 
					        * @return True if the Point is inside the passed Box
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -50,7 +50,7 @@ class Tile
 | 
				
			||||||
        * @brief Returns the distance from one Tile to another
 | 
					        * @brief Returns the distance from one Tile to another
 | 
				
			||||||
        * @return The distance from one Tile to another
 | 
					        * @return The distance from one Tile to another
 | 
				
			||||||
        */
 | 
					        */
 | 
				
			||||||
        std::int32_t DistanceFrom(Tile T) const;
 | 
					        double DistanceFrom(Tile T) const;
 | 
				
			||||||
        /**
 | 
					        /**
 | 
				
			||||||
        * @brief Returns True if the Tile is less than 0, not equal to
 | 
					        * @brief Returns True if the Tile is less than 0, not equal to
 | 
				
			||||||
        * @return True if the Tile is less than 0, not equal to
 | 
					        * @return True if the Tile is less than 0, not equal to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,6 +56,7 @@ class Chat
 | 
				
			||||||
        static std::vector<std::string> GetDialogueOptions();
 | 
					        static std::vector<std::string> GetDialogueOptions();
 | 
				
			||||||
        static std::string GetDialogueTitle();
 | 
					        static std::string GetDialogueTitle();
 | 
				
			||||||
        static std::string GetDialogueMessage();
 | 
					        static std::string GetDialogueMessage();
 | 
				
			||||||
 | 
					        static std::string GetDialogueContent();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        static std::int32_t GetDialogueOptionIndexOf(const std::string& Option);
 | 
					        static std::int32_t GetDialogueOptionIndexOf(const std::string& Option);
 | 
				
			||||||
        static std::int32_t GetDialogueOptionIndexOf(const std::vector<std::string>& Options);
 | 
					        static std::int32_t GetDialogueOptionIndexOf(const std::vector<std::string>& Options);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -72,6 +72,8 @@ class Minimap
 | 
				
			||||||
         * @return true if the function succesfully clicked the orb
 | 
					         * @return true if the function succesfully clicked the orb
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        static bool ClickToggleRun();
 | 
					        static bool ClickToggleRun();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        static bool ClickTile(const Tile& T);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** @} */
 | 
					/** @} */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue