server.streamOutDistance: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.streamOutDistance |readonly = true |returnTypes = int |usage = fetch the distance an element needs to be from t...")
(No difference)

Revision as of 04:51, 10 November 2020

Variable Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read-Only

Available since Server 1.2.0

int server.streamOutDistance

The server.streamOutDistance variable is used to fetch the distance an element needs to be from the player/camera to stream out.

Value

int The distance an element needs to be from the player/camera to stream out.
readonly This variable cannot be changed.

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.