Book a Demo

Author Topic: Sate operation attribute action not found  (Read 3202 times)

PetPaul64

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Sate operation attribute action not found
« on: March 20, 2008, 10:31:17 pm »
Hi everybody,

I would like to extract information form a state machine via automation.
Everything works fine except that I can't find the value for the operation attribute action (do, enter, exit).

Does anyone know how I can access them via automation?

Thanks in advance

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Sate operation attribute action not found
« Reply #1 on: March 20, 2008, 11:03:04 pm »
It is in the ReturnType attribute of the Method (operation).
No, you can't have it!

PetPaul64

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Sate operation attribute action not found
« Reply #2 on: March 21, 2008, 01:51:43 am »
Sometimes its so easy. Isn't it?
 :)
Thanks. I didn't see that.