Changeset 8978 in orxonox.OLD for branches/single_player_map/src/world_entities/script_trigger.h
- Timestamp:
- Jul 1, 2006, 2:48:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/script_trigger.h
r8894 r8978 38 38 void setInvert(const bool inv) { this->invert = invert; } 39 39 void setRadius(const float radius) { if(radius>0) this->radius = radius; } 40 void setDelay(const float time){if(delay>0) this->delay = delay; }41 40 void setScript(const std::string& file); 42 41 void setFunction(const std::string& function){ this->functionName = function;}
Note: See TracChangeset
for help on using the changeset viewer.