can I explicitly call the default setter for an attribute?

diablodale's icon

Can I call the Max default attribute setter? If so, how do I do this?

I currently have the attribute defined with a custom setter. It calls my function and I do a small piece of logic. After this, I want to have all the behavior of Max's default setter.

Is there a way I can do this or do I have to reimplement all the features of it?