sound.position: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
m (Mex moved page Sound.position to sound.position)
 
m (Upcoming updates)
 
Line 4: Line 4:
|class = Sound
|class = Sound
|name = position
|name = position
|readonly = true
|readonly = false
|returnTypes = float
|returnTypes = float
|usage = fetch the current position for the sound
|usage = fetch or set the current position (in seconds) for the sound
|returnInfo = a float representing the current position of the sound
|returnInfo = a float representing the current position of the sound in seconds
|since=1.0.72
|since=1.0.72
}}
}}
= Upcoming Updates =
== 1.4.3 ==
* position now can be set

Latest revision as of 04:47, 21 June 2022

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

Available since Client 1.0.72

float sound.position

The sound.position property is used to fetch or set the current position (in seconds) for the sound.

Value

float A float representing the current position of the sound in seconds.
read/set This property can be changed, as well as read.

Types

Client Sound

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.

Upcoming Updates

1.4.3

  • position now can be set