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

Streaming::streamvolHasLoaded

Материал из RAGE MP Wiki Archive
Версия от 09:59, 23 апреля 2024; imported>Shr0x (Created page with "__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| Returns true if the stream volume has loaded, false if not === Required Arguments === *'''streamvol''' {{RageType|Handle}} === Return Value === *'''boolean''' {{RageType|Boolean}} ==Syntax== <pre> mp.game.streaming.streamvolHasLoaded(streamvol); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const {x, y, z} = mp.players.local.position; const streamvol = mp.game.streaming.streamvolCreateSphere...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Client-Side
Function

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



Returns true if the stream volume has loaded, false if not

Required Arguments

  • streamvol Handle

Return Value

  • boolean Boolean

Syntax

mp.game.streaming.streamvolHasLoaded(streamvol);

Example

Client-Side

{{{1}}}


See also