Skip to content

v0.0.14.0

Latest

Choose a tag to compare

@brecert brecert released this 27 Nov 07:26
d69e3e6
  • added DynamicImpulseTrigger <-> DynamicImpulseReceiver
  • added Impulse, Call -> ImpulseDemultiplexer
  • added ImpulseDemultiplexer -> ImpulseMultiplexer
  • added IsNull<T> <-> NotNull<T>
  • added GetTag <-> HasTag
  • added boolN -> AND_boolN
  • added boolN -> OR_boolN
  • added boolN -> NOT_boolN
  • added boolN -> All_boolN
  • added boolN -> Any_boolN
  • added boolN -> None_boolN
  • added Any_T <-> All_T <-> None_T <-> XorElements_T
  • added ShiftLeft_T <-> ShiftRight_T <-> RotateLeft_T <-> RotateRight_T
  • added GetChild <-> GetObjectRoot <-> GetParentSlot <-> IsChildOf
  • added GetSlotActive <-> GetSlotActiveSelf <-> SetSlotActiveSelf
  • added GetSlotPersistent <-> GetSlotPersistentSelf <-> SetSlotPersistentSelf
  • added GetSlotActive <-> GetSlotPersistent
  • added GetSlotActiveSelf <-> GetSlotPersistentSelf
  • added SetSlotActiveSelf <-> SetSlotPersistentSelf
  • added Repeat<T> <-> Repeat01_T
  • added object comparison swapping
  • generalized comparison output actions so it shows up for more types

Full Changelog: v0.0.13.0...v0.0.14.0