Hello Guest it is April 18, 2024, 12:11:00 PM

Author Topic: "IsMoving" function with VS2008 plugin Wizard?  (Read 2433 times)

0 Members and 1 Guest are viewing this topic.

Offline JAV

*
  •  1 1
    • View Profile
"IsMoving" function with VS2008 plugin Wizard?
« on: November 09, 2012, 07:34:48 PM »
Hi!
I'm working on a new plugin using VS2008 plugin wizard, but I get no way of calling the function "IsMoving()".
TrajectoryControl.h and MyScriptObject.h have been omitted in this wizard, so I don't know how I can get this function.

In my plugin I call "Code()" function several times and I'm getting unexpected results ... that's what I need to use some thing like: "while (IsMoving()) { Sleep(100);}" in my source.


Do you know a solution for this problem?


Thank you very much by advance!