Initial commit.

This commit is contained in:
Redacted by Stellabellum INC
2013-09-10 23:17:15 -07:00
commit 485a019196
81032 changed files with 7634843 additions and 0 deletions
@@ -0,0 +1,10 @@
// This script handles destroying the location object that reserves
// asynch locations for the requestLocation() function.
//
// The message is sent by locations.destroyLocationObject(obj_id locationObject)
messageHandler handlerDestroyLocationObject()
{
destroyObject(self);
return SCRIPT_CONTINUE;
}