Source:isRelative

Source:isRelative

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Gets whether the Source's position, velocity, direction, and cone angles are relative to the listener.

Function

Synopsis

1
relative = Source:isRelative( )

Arguments

None.

Returns

boolean relative
True if the position, velocity, direction and cone angles are relative to the listener, false if they're absolute.

See Also

doc_love
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.