server.pickupStreamInDistance: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.pickupStreamInDistance |readonly = true |returnTypes = int |usage = fetch the distance a pickup needs to be fro...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = server.pickupStreamInDistance | ||
|side = server | |||
|type = variable | |type = variable | ||
| | |games = iii vc sa iv | ||
| | |desc = fetch the distance a pickup needs to be from the player/camera to stream in | ||
|return = int the distance a pickup needs to be from the player/camera to stream in | |||
|readonly = false | |||
| | |sinceSS = 1.2.0 | ||
| | |||
}} | }} |
Latest revision as of 20:36, 19 November 2022
Variable
Server Only
Online and Offline
Read and Set
Available since Server 1.0.0
int server.pickupStreamInDistance
The server.pickupStreamInDistance variable is used to fetch the distance a pickup needs to be from the player/camera to stream in.
Value
int | The distance a pickup needs to be from the player/camera to stream in. |
read/set | This variable can be changed, as well as read. |
Notes
There aren't any notes for this variable.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.
Related
Server Related
getPickupCount
getPickups
gta.createPickup