Author Topic: Target.AllSaved sends ALL method calls or just LAST method call?  (Read 2319 times)

Adriaan

  • Guest
Another quick question: does tno.Send("something",Target.AllSaved) sends ALL method calls or just the LAST method call?

Adriaan

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Target.AllSaved sends ALL method calls or just LAST method call?
« Reply #1 on: June 10, 2013, 01:59:29 PM »
Just the last one.

Adriaan

  • Guest
Re: Target.AllSaved sends ALL method calls or just LAST method call?
« Reply #2 on: June 10, 2013, 03:04:48 PM »
Ah, I see. Thank you for your answer!