I'm sorry to have to ask this, but I currently have no possibility to run Construct and need to know, how I would access TimeDelta within Python. Which one is correct?
a = b * System.TimeDelta()[/code:1rir2uwv]
[code:1rir2uwv]a = b * System.TimeDelta[/code:1rir2uwv]
[code:1rir2uwv]a = b * System.GetTimeDelta()[/code:1rir2uwv]
Or is it one not listed here?