Changeset 10616 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.h
- Timestamp:
- Mar 31, 2007, 12:06:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.h
r10614 r10616 44 44 private: 45 45 46 Script* script;47 std::string functionName;48 46 bool doDebugDraw; 49 50 47 51 48 //for internal use … … 54 51 55 52 protected: 56 53 Script* script; 54 std::string functionName; 57 55 bool scriptCalled; 58 56 bool scriptIsOk;
Note: See TracChangeset
for help on using the changeset viewer.