Shadowblitz16

Results 262 issues of 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?

![image](https://user-images.githubusercontent.com/2453707/146692421-8219b1ad-00b2-4dbd-8aea-ab0ad6d6f4b1.png) ![image](https://user-images.githubusercontent.com/2453707/146692406-1624fef4-b8cc-41ce-9b59-5a1fc80569b6.png)

bug

### 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....

bug
topic:gdscript

```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

question

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.