Torque3D/Engine
Francisco Montañés García 87fb2d827b I's not working because onNavMeshUpdate string comparation will never succeed.
DefineEngineMethod(NavPath, onNavMeshUpdate, void, (const char *data),,
   "@brief Callback when this path's NavMesh is loaded or rebuilt.")
{
   if(object->mMesh && !dStrcmp(data, object->mMesh->getIdString()))
      object->plan();
}
2016-11-24 19:09:00 +01:00
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib OpenAL-soft for windows 2016-10-22 09:22:33 +10:00
source I's not working because onNavMeshUpdate string comparation will never succeed. 2016-11-24 19:09:00 +01:00