playMaker

Author Topic: [solved] Fsm Vector3 x,y and z values  (Read 4267 times)

BeNamed

  • Playmaker Newbie
  • *
  • Posts: 5
[solved] Fsm Vector3 x,y and z values
« on: April 01, 2011, 06:21:40 AM »
Is there a way to get to the values of the x,y and z separate because when I try to get to those values I get the error:
HutongGames.PlayMaker.FsmVector3.value is inaccessible due to its protection level.
So this means the value is protected..

thanks :)
« Last Edit: April 06, 2011, 12:48:19 PM by alexchouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Fsm Vector3 x,y and z values
« Reply #1 on: April 01, 2011, 08:16:15 AM »
Use a capital v: Value

BeNamed

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Fsm Vector3 x,y and z values
« Reply #2 on: April 01, 2011, 09:28:03 AM »
Thx it works  :)