Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8384 in orxonox.OLD


Ignore:
Timestamp:
Jun 14, 2006, 1:17:56 PM (18 years ago)
Author:
snellen
Message:

Scripting works now fully integrated with the orxonox framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/object.cc

    r8379 r8384  
    1414
    1515     Object(lua_State* L) {callCount = 0; }
    16      Object(){callCount = 0;this->setClassID(CL_ACCOUNT, "Object");};
     16     Object(){callCount = 0;this->setClassID(CL_TEST_OBJECT, "Object");};
    1717     ~Object() { printf("deleted Object (%p)\n", this); }
    1818
Note: See TracChangeset for help on using the changeset viewer.