Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 4:28:51 PM (16 years ago)
Author:
bknecht
Message:

You can now use lua tags everywhere in the XML file you want: It'll work. Even wrongly put tags are corrected now. Read the wikipages about scripting to see how you can use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script/src/orxonox/core/Script.h

    r999 r1019  
    2121  { // tolua_export
    2222    public:
    23       inline static Script* getInstance() { if (!Script::singletonRef) Script::singletonRef = new Script(); return Script::singletonRef; }
     23      inline static Script* getInstance() { if (!Script::singletonRef) Script::singletonRef = new Script(); return Script::singletonRef; } // tolua_export
    2424      inline ~Script() { Script::singletonRef = NULL; };
    2525
Note: See TracChangeset for help on using the changeset viewer.