Skip to content

Commit

Permalink
Update Pausing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jun 1, 2024
1 parent 74c9e29 commit f8c153c
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions docs/6.0/Pausing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,9 @@

 

## `VinylPause`
## `VinylSetPause`

`VinylPause(voice)`

<!-- tabs:start -->

#### **Description**

*Returns:* N/A (`undefined`)

|Name |Datatype|Purpose |
|-------|--------|----------------------------|
|`voice`|voice | |

#### **Example**

```gml
No example provided.
```

<!-- tabs:end -->

&nbsp;

## `VinylResume`

`VinylResume(voice)`
`VinylPause(voice, state)`

<!-- tabs:start -->

Expand All @@ -39,6 +15,7 @@ No example provided.
|Name |Datatype|Purpose |
|-------|--------|----------------------------|
|`voice`|voice | |
|`state`|boolean | |

#### **Example**

Expand Down

0 comments on commit f8c153c

Please sign in to comment.