createSoundSource

From Bohemia Interactive Community
Revision as of 02:22, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


createSoundSource [type, position, markers, placement]


Operand types:

[type, position, markers, placement]: Array

Type of returned value:

Object

Compatibility:

Version 2.32 required.

Description:

Creates a sound source of the given type (type is the name of the subclass of CfgVehicles).

If the markers array contains several marker names, the position of a random one is used, otherwise, the given position is used.

The sound source is placed inside a circle with this position as its center and placement as its radius.


Example:

soundSource = createSoundSource ["LittleDog", position player, [], 0]