Перейти к содержанию

Streaming::streamvolIsValid

Материал из RAGE MP Wiki Archive
Версия от 09:57, 23 апреля 2024; imported>Shr0x (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...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Client-Side
Function

Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript



Returns true if the stream volume handle is valid and active, false if its not.

Required Arguments

  • streamvol Handle

Return Value

  • boolean Boolean

Syntax

mp.game.streaming.streamvolIsValid(streamvol);

Example

Client-Side

{{{1}}}


See also