Streaming::streamvolIsValid: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 April 2024

  • curprev 09:5709:57, 23 April 2024Shr0x talk contribs 739 bytes +739 Created page with "__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| Returns true if the stream volume handle is valid and active, false if its not. === Required Arguments === *'''streamvol''' {{RageType|Handle}} === Return Value === *'''boolean''' {{RageType|Boolean}} ==Syntax== <pre> mp.game.streaming.streamvolIsValid(streamvol); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const {x, y, z} = mp.players.local.position; const streamvol = mp.game.streaming.st..."