Changeset 8265 in orxonox.OLD for branches/script_engine/src/world_entities
- Timestamp:
- Jun 8, 2006, 4:25:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/script_trigger.cc
r8259 r8265 89 89 void ScriptTrigger::tick(float timestep) 90 90 { 91 91 printf("SCRIPTTRIGGER: tick called\n"); 92 92 if((this->getAbsDirV()-target->getAbsDirV()).len() < radius) 93 93 {
Note: See TracChangeset
for help on using the changeset viewer.