GetSound3DLocation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[GetSoundCount]]
*[[IsValidSound]]
*[[CreateSound]]
*[[CreateSound3D]]
*[[SetSound3DLocation]]
*[[GetSound3DLocation]]
*[[DestroySound]]
*[[GetAllSounds]]
*[[SetSoundVolume]]
*[[GetSoundVolume]]
*[[SetSoundPitch]]
*[[GetSoundPitch]]
*[[SetSoundFadeIn]]
*[[SetSoundFadeOut]]

Latest revision as of 20:45, 1 September 2020

GetSound3DLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the location of a 3d sound.

Syntax

GetSound3DLocation(sound)

Parameters

  • sound
    The sound identifier.

Return Value

  • Returns 3 float values: X, Y and Z

Example

__EDIT_ME__

See also