ScriptSpot

Forum topic · General Scripting

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

By 3dmodels · 2019-11-24

Description

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 (2)

jahman · 2019-12-20

.

3dmodels · 2019-12-15

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?