Obi Official Forum
Help See lenght of rope - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Help See lenght of rope (/thread-1010.html)



See lenght of rope - LaurensVR - 24-03-2019

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?


RE: See lenght of rope - josemendez - 28-03-2019

(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;



RE: See lenght of rope - LaurensVR - 29-03-2019

(28-03-2019, 06:42 PM)josemendez Wrote: Hi,

Thanks this helps out allot.

Code:
float length = rope.SmoothLength;