iRacingReplayOverlay.Phases.Capturing.EditMarker.Start C# (CSharp) Method

Start() private method

private Start ( int pos = int.MaxValue ) : void
pos int
return void
        internal void Start(int pos = int.MaxValue)
        {
            if (wasStarted)
                removalEdits.InterestingThingStopped(interest);

            wasStarted = true;
            removalEdits.InterestingThingStarted(interest, pos);
        }