#1
|
|||
|
|||
timers and director function
The documentation states that the director function allows you to perform an operation without having to use timers. Is there a problem if you start a timer within a director function or call a director function from within a timer?
|
#2
|
|||
|
|||
There is no problem. Calling a director function is like spawning a thread. This allows you to have viz.waittime() calls.
__________________
Paul Elliott WorldViz LLC |
|
|