Jaksuhn / SomethingNeedDoing

39 stars 30 forks source link

Add command to get Addon node width and height #182

Closed OhKannaDuh closed 5 days ago

OhKannaDuh commented 1 month ago

Added GetNodeWidth and GetNodeHeight.

My use case is using it to find out the wariness percentage while spearfishing:

GetNodeWidth("SpearFishing", 34, 3) / GetNodeWidth("SpearFishing", 34, 0)

GetNodeHeight was just added as a bonus alongside that.