tyFlow Forum
Bind.Break() in Script is invalid - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html)
+--- Thread: Bind.Break() in Script is invalid (/thread-4971.html)



Bind.Break() in Script is invalid - mu_xu - 10-06-2025

Use Google Translate, sorry I don't speak English

I'm trying to create a fence using Script, with no prior experience.

I've noticed that the break() method on a bind isn't working. I'm not sure if this is due to a coding error or a bug.

Also, I can't figure out how to detect if a point has been deleted. This might seem silly, so I'd appreciate some help.


RE: Bind.Break() in Script is invalid - tyFlow - 10-06-2025

After you modify binds, you have to call SetBinds to re-assign them.


RE: Bind.Break() in Script is invalid - mu_xu - 10-06-2025

(Yesterday, 03:05 AM)tyFlow Wrote: After you modify binds, you have to call SetBinds to re-assign them.

Indeed, thanks for your help