I need to get any information on a feature, I do not know what to call it. Making it very hard to find.
I would love for direct links to information sources. However, telling me what to lookup should be enough.
The feature I am talking about is the function description box.
The code and first image provided show that I can manipulate the text, I was wondering if there is further tooling for it. I would like to set up functions with described inputs similar to built in ones. Similar to the second image
--[[--
TESTING 123
--]]--
local math_test = function()
warn("tested math");
end;