stream.position: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
m (Mex moved page Stream.position to stream.position)
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = position
|side = shared
|type = property
|type = property
|name = position
|class = Stream
|class = Stream
|games = iii vc sa iv
|desc = fetch the current position of a stream
|return = int the position of the stream
|readonly = true
|readonly = true
|returnTypes = int
|usage = fetch the current position of a stream
|returnInfo = the position of the stream
}}
}}

Latest revision as of 20:37, 19 November 2022

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

Available since Server 1.0.0, Client 1.0.0

int stream.position

The stream.position property is used to fetch the current position of a stream.

Value

int The position of the stream.
readonly This property cannot be changed.

Types

Shared Stream

Notes

There aren't any notes for this property.

Examples

There aren't any examples for this property.

Compatibility

There isn't any compatibility information for this property.