Skip to content

Commit

Permalink
Update docs for new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdawson committed Jan 4, 2022
1 parent b5081ca commit 5bf532a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/features/laps.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,30 @@ lane)
```js
$prop('GentlemanDriverPlugin.Laps.StintTotal')
```

---

### Last out lap

The lap you last left the pits

```ncalc
[GentlemanDriverPlugin.Laps.LastOutLap]
```
```js
$prop('GentlemanDriverPlugin.Laps.LastOutLap')
```


---

### Last in lap

The lap you last entered the pits

```ncalc
[GentlemanDriverPlugin.Laps.LastInLap]
```
```js
$prop('GentlemanDriverPlugin.Laps.LastInLap')
```

0 comments on commit 5bf532a

Please sign in to comment.