changes.mady.by.user Angelo Guarnaccia
Saved on Apr 04, 2022
...
Some events have an additional parameter to get the event type and the related object. For example, this code in event OnAddChild will print the new child name
def run(self, args): print(args['child'].GetName())