Release 0.22
							parent
							
								
									62875f1bb1
								
							
						
					
					
						commit
						fb95d9334b
					
				| 
						 | 
					@ -30,6 +30,7 @@ namespace Internal
 | 
				
			||||||
            std::int32_t GetItemID() const;
 | 
					            std::int32_t GetItemID() const;
 | 
				
			||||||
            std::vector<std::int32_t> GetItemIDs() const;
 | 
					            std::vector<std::int32_t> GetItemIDs() const;
 | 
				
			||||||
            std::string GetName() const;
 | 
					            std::string GetName() const;
 | 
				
			||||||
 | 
					            bool GetNoClickThrough() const;
 | 
				
			||||||
            Widget GetParent() const;
 | 
					            Widget GetParent() const;
 | 
				
			||||||
            std::int32_t GetParentID() const;
 | 
					            std::int32_t GetParentID() const;
 | 
				
			||||||
            std::int32_t GetRelativeX() const;
 | 
					            std::int32_t GetRelativeX() const;
 | 
				
			||||||
| 
						 | 
					@ -40,6 +41,7 @@ namespace Internal
 | 
				
			||||||
            std::int32_t GetSpriteID() const;
 | 
					            std::int32_t GetSpriteID() const;
 | 
				
			||||||
            std::int32_t GetStackType() const;
 | 
					            std::int32_t GetStackType() const;
 | 
				
			||||||
            std::string GetText() const;
 | 
					            std::string GetText() const;
 | 
				
			||||||
 | 
					            std::int32_t GetType() const;
 | 
				
			||||||
            std::int32_t GetWidth() const;
 | 
					            std::int32_t GetWidth() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -177,6 +177,7 @@ namespace Internal
 | 
				
			||||||
    std::int32_t GetViewportWidth();
 | 
					    std::int32_t GetViewportWidth();
 | 
				
			||||||
    std::int32_t GetWeight();
 | 
					    std::int32_t GetWeight();
 | 
				
			||||||
    HashTable GetWidgetNodeCache();
 | 
					    HashTable GetWidgetNodeCache();
 | 
				
			||||||
 | 
					    std::int32_t GetWidgetRoot();
 | 
				
			||||||
    std::vector<std::vector<Widget>> GetWidgets();
 | 
					    std::vector<std::vector<Widget>> GetWidgets();
 | 
				
			||||||
    std::vector<std::int32_t> GetWidgetsHeight();
 | 
					    std::vector<std::int32_t> GetWidgetsHeight();
 | 
				
			||||||
    std::vector<std::int32_t> GetWidgetsWidth();
 | 
					    std::vector<std::int32_t> GetWidgetsWidth();
 | 
				
			||||||
| 
						 | 
					@ -235,5 +236,6 @@ 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);
 | 
				
			||||||
 | 
					    std::vector<Box> GetBlockingWidgetBoxes();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#endif // INTERNAL_HPP_INCLUDED
 | 
					#endif // INTERNAL_HPP_INCLUDED
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue