yasl icon indicating copy to clipboard operation
yasl copied to clipboard

Fix lookups of methods

Open CoffeeTableEspresso opened this issue 3 years ago • 0 comments

Methods currently start lookup at the current object, then work upwards to the metatable.

Change this to do a single lookup in the metatable, then fail. This fixes many inconsistencies we currently have with method lookups in YASL.

CoffeeTableEspresso avatar Feb 03 '22 04:02 CoffeeTableEspresso