Skip to content

Commit

Permalink
Update Functions-Miscellaneous.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Oct 3, 2024
1 parent a858e74 commit 09374c4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/6.1/Functions-Miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,32 @@ No example provided.

 

## `VinylGetGMVoice`

`VinylGetGMVoice(voice)`

<!-- tabs:start -->

#### **Description**

*Returns:* Voice index, the native GameMaker voice that the Vinyl voice is currently playing

|Name |Datatype|Purpose |
|-------|--------|----------------------------|
|`voice`|voice |Voice to target |

Returns the native GameMaker voice index that is currently being played by the target Vinyl voice. If a blend voice is targeted then this function will return an array of GameMaker voice indexes; otherwise, this function will return a GameMaker voice index. If the voice is invalid then this function will return `undefined`.

#### **Example**

```gml
No example provided.
```

<!-- tabs:end -->

&nbsp;

## `VinylGetLength`

`VinylGetLength(voice)`
Expand Down

0 comments on commit 09374c4

Please sign in to comment.