playMaker

Author Topic: Something odd about Get Property action.  (Read 2349 times)

ramones

  • Playmaker Newbie
  • *
  • Posts: 42
Something odd about Get Property action.
« on: April 03, 2013, 01:57:52 PM »
Hi!,

There's something I don't understand about GetProperty action. I have some PlayMaker side vars that are of type game object. I would like to set the target of getproperty to one of this vars to get the transform of the object but they are not listing in the combo list. It seems just variables of type component are shown.

I could think that this is "as intended" but then I have discovered that I can drag a scene game object over the Actions form and then the GetProperty works as expected. Will let me select the transform property from the game object.

So, the question is, why does get property target accept a game object from scene but it doesn't accept a playmaker variable with type game object?

Thanks in advance.