Changeset 15acdb for src/Actions/ActionSequence.hpp
- Timestamp:
- Sep 13, 2017, 5:20:35 PM (8 years ago)
- Children:
- 1e4f0a
- Parents:
- 17fceea
- File:
-
- 1 edited
-
src/Actions/ActionSequence.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionSequence.hpp
r17fceea r15acdb 67 67 void setLoop(unsigned int _loop) 68 68 { loop = _loop; } 69 70 unsigned int getStep() const 71 { return step; } 72 69 73 private: 70 74 actionSet actions; 71 75 //!> how often the sequence is repeated 72 76 unsigned int loop; 77 //!> current step (used in loops) 78 unsigned int step; 73 79 }; 74 80
Note:
See TracChangeset
for help on using the changeset viewer.
