Release 0.69
							parent
							
								
									089d32772c
								
							
						
					
					
						commit
						3f84423205
					
				| 
						 | 
					@ -248,6 +248,7 @@ namespace Internal
 | 
				
			||||||
    std::int32_t GetVarbitSettings(std::int32_t VarbitSettingIndex);
 | 
					    std::int32_t GetVarbitSettings(std::int32_t VarbitSettingIndex);
 | 
				
			||||||
    Point TileToMainscreen(const Tile& T, std::int32_t X, std::int32_t Y, std::int32_t Z);
 | 
					    Point TileToMainscreen(const Tile& T, std::int32_t X, std::int32_t Y, std::int32_t Z);
 | 
				
			||||||
    std::string GetItemName(std::int32_t ID);
 | 
					    std::string GetItemName(std::int32_t ID);
 | 
				
			||||||
 | 
					    bool IsItemPlaceholder(std::int32_t ID);
 | 
				
			||||||
    std::vector<Box> GetBlockingWidgetBoxes();
 | 
					    std::vector<Box> GetBlockingWidgetBoxes();
 | 
				
			||||||
    std::int32_t GetHealthPercentage(const Internal::Character& C);
 | 
					    std::int32_t GetHealthPercentage(const Internal::Character& C);
 | 
				
			||||||
    std::vector<Widget> GetWidgets(std::int32_t Container);
 | 
					    std::vector<Widget> GetWidgets(std::int32_t Container);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,13 +77,6 @@ class Bank
 | 
				
			||||||
        static bool ContainsAny(const std::vector<std::string>& Names);
 | 
					        static bool ContainsAny(const std::vector<std::string>& Names);
 | 
				
			||||||
        static bool ContainsAny(const std::vector<Interactable::Item>& Items);
 | 
					        static bool ContainsAny(const std::vector<Interactable::Item>& Items);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        static bool ContainsOnly(std::int32_t ID);
 | 
					 | 
				
			||||||
        static bool ContainsOnly(const std::string& Name);
 | 
					 | 
				
			||||||
        static bool ContainsOnly(const Interactable::Item& Item);
 | 
					 | 
				
			||||||
        static bool ContainsOnly(const std::vector<std::int32_t>& IDs);
 | 
					 | 
				
			||||||
        static bool ContainsOnly(const std::vector<std::string>& Names);
 | 
					 | 
				
			||||||
        static bool ContainsOnly(const std::vector<Interactable::Item>& Items);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        static std::int32_t GetCurrentTab();
 | 
					        static std::int32_t GetCurrentTab();
 | 
				
			||||||
        static std::int32_t GetTabOf(std::int32_t ID);
 | 
					        static std::int32_t GetTabOf(std::int32_t ID);
 | 
				
			||||||
        static std::int32_t GetTabOf(const std::string& Name);
 | 
					        static std::int32_t GetTabOf(const std::string& Name);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue