KeenSoftwareHouse / SpaceEngineers

2.93k stars 896 forks source link

IMyTimerBlock is missing in ModAPI #600

Open BastiWuerzburg opened 5 years ago

BastiWuerzburg commented 5 years ago

In the folder "SpaceEngineers/Sources/Sandbox.Common/ModAPI/" and its subfolders there is no "IMyTimerBlock.cs" file. The class IMyTimerBlock is accessible via in-game script but here on GitHub is no information given about the interface.

I know that the interface has at least the Methods "Trigger()" and "StartCountdown()".

alexfunnell-zz commented 4 years ago

Believe there is something called System.Timers.Timer now. Don’t know much about it but have a look.