kailua icon indicating copy to clipboard operation
kailua copied to clipboard

🌴 Type Checker and IDE Support for Lua

Results 12 kailua issues
Sort by recently updated
recently updated
newest added

I'm now trying to cast parent class(Component) to child class(WeaponComponent). So I made function ``cast_to_weapon``, ```lua Component = class() WeaponComponent = class() --v function(parent: Component) --> WeaponComponent function cast_to_weapon(parent) --#...

The following is a (incomplete) list of collected issues or deficiencies (that is, documented but not very visible) on the current language documentation. Some of them are directly related to...

documentation