Function vs Custom Event

  1. Function can return value(s). Event cannot have any output.
  2. Event can use Delay node or timelines.
  3. Function can use local variables(s).
6 Likes