![]() |
#2
|
|||
|
|||
Hi,
Vizard has an EXIT_EVENT that is triggered when the script ends. Here is some sample code: Code:
def onexit(): print 'exiting' viz.callback(viz.EXIT_EVENT,onexit) |
|
|