Skip to content

Onyx v2.1.2

Compare
Choose a tag to compare
@DoubleF3lix DoubleF3lix released this 24 Oct 01:51
· 1 commit to main since this release

pack_manager.DataPack

function

  • Can now take in either a string in replacement of link, or the linked function can return a string. In either case, the string is used as the function contents instead of having to use methods calls.

pack_manager.PackResource

  • Improved documentation

pack_manager.Function

  • Modified to reflect the changes in pack_manger.DataPack.function.

send_object_to_parent_pack

  • New method which will update the beet object for this function in the parent data pack.

util.RelPos2D

__init__

  • Fixed conflict where remnants of onyx v1 still existed

Miscellaneous

  • Added new tests for the new string function behavior