Streaming::streamvolDelete: 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 10:0110:01, 23 April 2024Shr0x talk contribs 642 bytes +642 Created page with "__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| === Required Arguments === *'''streamvol''' {{RageType|Handle}} === Return Value === *'''void''' {{RageType|Void}} ==Syntax== <pre> mp.game.streaming.streamvolDelete(streamvol); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const {x, y, z} = mp.players.local.position; const streamvol = mp.game.streaming.streamvolCreateSphere(x, y, z, 1, 1); mp.game.streaming.streamvolDelete(streamvol); //del..."