Egor-Skriptunoff
Egor-Skriptunoff
> ### How the length operator should work > > The length operator returns the last numeric key whose value is not nil for tables starting from 1. The length...
> I can't modify the global environment But why? Defining standard well-known (but undefined on IE) function looks very innocent.
Probably, this issue should be migrated from fengari to fengari-web, because it affects only fengari running inside browser.
The bug hasn't been solved in three months. Maybe, the documentation should honestly claim that Fengari does require a polyfill for IE11?
As I see, the problem is already fixed. Unlike in 2020, now "Keys List" window allows user to select (by mouse click) and copy (with `Ctrl-C`) whole line of information...
There are two functions of mouse movement simulation available for LGS scripts: absolute (MoveMouseTo) and relative (MoveMouseRelative). Unfortunately, in 3D-games utilizing DirectX only the relative positioning function is working. It's...