User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
There are many properties that have equivalent event terminals. Unfortunately, they are often named or typed slightly differently, creating lots of coercion dots for no real good reason.
(I've run across many more over the years, so this is a very incomplete list. Feel free to post other cases here ;))
For example (property vs. event terminal)
Active cursor (U32) vs. CursIdx (I32) (why U32 vs I32?)
Cursor.position (Cursor X, CursorY) vs. CursLoc(X, Y) (example from here)
(note the coercion dot on the event output tunnel)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.