Function description box and required variable feild

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

Screenshot 2025-02-19 230300

--[[--
TESTING 123
--]]--
local math_test = function()
	warn("tested math");
end;

Screenshot 2025-02-19 230524

See user-defined function documentation and function typing.

The documentation feature also supports a small set of formatting tags.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.