Notifications
Clear all

[Closed] Get spinner type

Hey all,

I’ve run into a situation where I need to access the type of a spinner, to see if it’s set to #worldunits or not. However, when using getProperty <SpinnerControl> “type”, I get this error:
– MAXScript Rollout Handler Exception:
– Unknown property: “type” in SpinnerControl

After double checking the documentation I saw that type is listed only under Parameters, not Properties. So this error makes sense, since type doesn’t seem to be exposed.

Is there anything I can do to access the type anyway?
Thanks!