Obi Official Forum

Full Version: See lenght of rope
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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;
(28-03-2019, 06:42 PM)josemendez Wrote: [ -> ]Hi,

Thanks this helps out allot.

Code:
float length = rope.SmoothLength;