Returns the current time factor value.
(self)
| 106 | self.set(initial_time_multiplier) |
| 107 | |
| 108 | def get(self): |
| 109 | """Returns the current time factor value.""" |
| 110 | return self._real_time_multiplier |
| 111 | |
| 112 | def set(self, value): |
| 113 | """Modifies the time factor. |
no outgoing calls