How to get a list of all registered structs and functions in MAX?

Hello!

I'd like to create a convinient function lister to help with scripting. So I would have a convinient way to search through my library of functions and quickly paste it into my code. If I make a function and execute that script, the function is registered in MAX until restart. Is there a way to get all currently registered functions?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jahman's picture

.

.

3dmodels's picture

I've already found the

I've already found the solution for my problem: globalVars.gather()
But now there is another: how to get arguments list for a MAXScript funtion?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.