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

Streaming::streamvolCreateSphere

Материал из RAGE MP Wiki Archive
Версия от 09:55, 23 апреля 2024; imported>Shr0x (Created page with "__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| Creates a new spherical streaming volume for the specified asset types === Required Arguments === *'''x:''' {{RageType|Float}} *'''y:''' {{RageType|Float}} *'''z:''' {{RageType|Float}} *'''flag:''' {{RageType|Number}} *'''lodflag''' {{RageType|Number}} === Return Value === *'''handle''' {{RageType|Handle}} //returns -1 if invalid ==Syntax== <pre> mp.game.streaming.streamvolCreateSphere(x, y, z, flag, lodFlag); </pre> =...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Client-Side
Function

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



Creates a new spherical streaming volume for the specified asset types

Required Arguments

  • x: Float
  • y: Float
  • z: Float
  • flag: Number
  • lodflag Number

Return Value

  • handle Handle //returns -1 if invalid

Syntax

mp.game.streaming.streamvolCreateSphere(x, y, z, flag, lodFlag);

Example

Client-Side

{{{1}}}


See also