PDA

View Full Version : timers and director function


Jerry
06-21-2006, 11:52 AM
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?

Gladsomebeast
06-22-2006, 09:47 AM
There is no problem. Calling a director function is like spawning a thread. This allows you to have viz.waittime() calls.