lune icon indicating copy to clipboard operation
lune copied to clipboard

suggestion: add the ability to get the namecall method with something like iDONTCAREGIVEMETHEMETHODNOW() (satire - do a better naming choice lol)

Open vaxtalastus-web opened this issue 2 months ago • 0 comments

title is self explanatory but might aswell

setmetatable({},{__namecall = function(self, ...)
-- I CANT DO ANYTHING BECAUSE  ({...})[2] IS THE FIRST ARG TO THE FUNC, NOT ACTUALLY THE METHOD, SO MAKE A FUNCTION something like getnamecallmethod() that will return "method str"
end})

example if it did work:

setmetatable({},{__namecall = function(self, ...)
return self[getnamecallmethod()](...)
end})

vaxtalastus-web avatar Nov 15 '25 06:11 vaxtalastus-web