DescriptionThis small library allows users to get the units in a line. This line can be defined by 2 points or 2 widgets.Requirements: - GeometryLibBase - Select Cohadar's jasshelper in JNGP 5e and...
Unit Recycler & Uber simple damage detectionBy moyack - 2017Introduction:This system is the result of working with a damage detection system that actually can be safe (AKA avoid totally the Des...
IntroductionBefore I start, I would just like to credit Moyack for patience with testing and pointing out certain flaws, especially with how the code is presented.DescriptionI have created a functi...
http://en.wikipedia.org/wiki/Word_wrappingThis is not as featured/precise as text editor word wrapping, but it does the job pretty well.The description is in the documentation. Here is more informa...
The documentation has a brief explanation as to why I made this.CodeDemoWhat do you think?
DescriptionThis library provides a set of functions to get distance and angles between widgets (units, destructibles, items). Here you can get any of these measures no matter the type of the widget...
Sometimes the unit interface needs to be refreshed in order to be displayed correctly.For example, try to change the xp of an unit like every 0.05 s without refreshing the ui, and with it.
Another simple snippet. It is the good ol' technique to make an effect have a Z-coordinate, allowing it to float Z units above the ground. It works by creating an invisible platform, adding the eff...
This manages trackable objects in such a way that it actually improves functionality and has an interface to make even the toughest projects very readable. It allows you to:- Create trackables for ...
One of my favorite string scripts from Python. I can't live without it. StringStrip will strip the leading or trailing characters from a particular string. This is very, very useful for parsing. Ju...