Can I use setget in an already made property such as position?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SebSharper

Would it be possible to make a setter/getter function for a property that already exists in a node? For example, I want to know when does the frame property in my sprite is set, so I can do my stuff when that happens.