Changeset 8262 in orxonox.OLD for branches/script_engine/src
- Timestamp:
- Jun 8, 2006, 4:08:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/script_trigger.h
r8246 r8262 34 34 void setScript(const std::string& file); 35 35 void setFunction(const std::string& function){ this->functionName = function; } 36 36 37 ///DRAWING 38 void draw()const{this->debugDraw();}; 37 39 38 40 private:
Note: See TracChangeset
for help on using the changeset viewer.