Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


  vHandle_DEPART: function()
   {
      var bReturn = true;
 
      //  your departure logic goes here
 
      return(bReturn); /* Remember to return a Boolean success/fail value */
 
   },  /* Remember to separate this function from the others with a comma */

...