Skip to content

Release 2.2.4.0

Compare
Choose a tag to compare
@NellsRelo NellsRelo released this 30 Jan 23:17
· 61 commits to main since this release

What's New?

  • Reorder OneDnD Files by @RandoRuda in #141
  • OneDND Invocations - Otherworldly Leap by @RandoRuda in #142
  • Console Debug Utilities:
    • DoIterative - For each item in an array, perform a given function
    • IterativeKeyDump - Dumps the Keys of an array console, taking in an optional function to filter results, and a boolean to flesh the keys.
    • IterativeValueDump - Dumps the Values of an array to the console, taking in an optional function to filter results, and a boolean to flesh the values.
    • FleshVal - Accepts a value and a string type. If type is "Stats", fleshes the value as a Stats object. If the type is "Entity," fleshes the value as an entity. Otherwise flesh the value as Static Data.
    • TeleportToWaypoint - Wrapper function for Osi.TeleportToWaypoint, accepting a waypoint ID and a character ID. Character ID defaults to GetHostCharacter().
  • DictUtils.Backgrounds - Function to help map Backgrounds.
  • UUID Dictionary for Waypoints
  • UUID Dictionary for Background Tags