Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  See lenght of rope
#1
Hi i just bought obi rope 4 and i am experimenting it to see if i could use it for a certain gameplay idea but for this i wanted to see if it's possible ti measure the rope distance?
Reply
#2
(24-03-2019, 03:06 PM)LaurensVR Wrote: Hi i just bought obi rope 4 and i am experimenting it to see if i could use it for a certain gameplay idea but for this i wanted to see if it's possible ti measure the rope distance?

Hi,


Code:
float length = rope.SmoothLength;
Reply
#3
(28-03-2019, 06:42 PM)josemendez Wrote: Hi,

Thanks this helps out allot.

Code:
float length = rope.SmoothLength;
Reply