Summary
public void SetTimer(float timeMin, Action<IMyEntityComponentContainer> triggerEvent, bool start, bool repeat)
Parameters
Summary
public void SetTimer(uint timeTickInFrames, Action<IMyEntityComponentContainer> triggerEvent, bool start, bool repeat)