Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8379 in orxonox.OLD for branches/script_engine/src/world_entities


Ignore:
Timestamp:
Jun 14, 2006, 12:44:31 PM (19 years ago)
Author:
snellen
Message:

Obj is now correctly inserted into the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/world_entities/script_trigger.cc

    r8304 r8379  
    1414  this->toList(OM_COMMON);
    1515
    16   debugDraw = false;
     16  doDebugDraw = false;
    1717  scriptCalled = false;
    1818  scriptIsOk = false;
     
    5757        .defaultValues("");
    5858    LoadParam(root, "debugdraw", this, ScriptTrigger, setDebugDraw)
    59         .describe("True if the script shoul only be called once")
     59        .describe("True if the script should only be called once")
    6060        .defaultValues("");
    6161  }
Note: See TracChangeset for help on using the changeset viewer.