In maxscript help it´s said that optional type:<#class> specifies that the parameters in the parameter block are “class” parameters. I tried it in my plugin parameter block:
...
myVar type:#class
...
but when I try to run this code, geting an error mesage about some problem with type:#class.