Skip to content

Commit

Permalink
Add docs for more gamectl stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
knot126 committed Nov 17, 2024
1 parent 216040e commit 9a944d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,22 @@ For example, to set a four-ball multiball plus halfway to a five-ball multiball:
knSetStreak(35)
```

### `knLevelHitSomething()`

Causes the player to crash and loose 10 balls.

### `knLevelStreakAbort()`

Aborts the player's streak "properly", e.g. plays the sound in addition to dropping the streak.

### `knLevelStreakInc()`

Increments the player's streak "properly".

### `knLevelAddScore(score)`

Adds balls to the player "properly".

## System and Misc utilities

### `knGetShimVersion()`
Expand Down

0 comments on commit 9a944d7

Please sign in to comment.