Harishankar Kumar 84b2442fac DIRECTOR: Allow calling/reference to window using index
Initially, window can only handle calls by string parameters, ie `window "abc"`, however a window can also be called using its index in windowList, ex. `window 1`, this patch adds support to check reference type (ie checking using STRING or INT) and return window by index if applicable.

`rect of window` of `workshop` used this feature to create a window named ball then referring to it using `window 1`, previously multiple windows were getting created, however now the existing window will be returned.
2023-05-31 13:29:33 +02:00
..
2023-05-28 14:44:09 +02:00
2023-05-18 22:07:43 -07:00
2023-05-10 09:48:50 +02:00