Shadowblitz16
Shadowblitz16
can you add the following to make networking a bit easier Client:sendToAll(event, data)
I find this really cool and useful but I have some suggestions how it could be made better - support multiple selection - allow for searching files - possibly rename...
Could this be statically linked and ran in kernel space? Maybe also something like compiling lua to iso?
 
### Godot version 4.0 alpha 12 ### System information KDE neon 5.25 ### Issue description Autoloads don't work directly with the in operator when checking for if a variable exists....
```lua function Object:as(T) if self.is(T) then return self end return T end ```
There seems to be a problem with the design of the `is` method. You can't do things like `nil:is(SomeType)` This makes it pretty much useless for type checking as you...
Consider hiding the meta methods. Maybe something like this.. ``` local Object = {} local Meta = { __call = function(self, ...) local obj = setmetatable({}, self) obj:new(...) return obj...
I just installed C5 2.5.3 and there doesn't seem to be a TreeList type. I need a ordered, reorderable, generic tree collection that allows duplicates
Environment(环境) -------------- name | version ----------|---------- IDEA version | IC-221.5921.22 EmmyLua version | v1.3.6.251-IDEA213 OS | KDE neon 5.25 Please support auto complete for native c/c++ to lua modules.