server.pickupStreamInDistance: Difference between revisions

From GTA Connected
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:
{{ScriptItem
{{ScriptItem2
|endpoint = server
|name = server.pickupStreamInDistance
|side = server
|type = variable
|type = variable
|name = server.pickupStreamInDistance
|games = iii vc sa iv
|readonly = true
|desc = fetch the distance a pickup needs to be from the player/camera to stream in
|returnTypes = int
|return = int the distance a pickup needs to be from the player/camera to stream in
|usage = fetch the distance a pickup needs to be from the player/camera to stream in
|readonly = false
|returnInfo = the distance a pickup needs to be from the player/camera to stream in
|sinceSS = 1.2.0
|since = 1.2.0
}}
}}

Latest revision as of 20:36, 19 November 2022

Variable Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png 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

icon-iii.png icon-vc.png icon-sa.png icon-iv.png getPickupCount
icon-iii.png icon-vc.png icon-sa.png icon-iv.png getPickups
icon-iii.png icon-vc.png icon-sa.png icon-iv.png gta.createPickup