indiquez le volume du son


Namespace: Tzu_Engine.Sound
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub Sound_Volume( _ 
   ByVal Sound As String,  _ 
   ByVal Volume As Integer _ 
)
C#
public void Sound_Volume(
   string Sound,
   int Volume
)
C++
public:
 void Sound_Volume(
   String Sound,
   int Volume
) sealed 
J#
public void Sound_Volume(
   string Sound,
   int Volume
)
JScript
public  function Sound_Volume(
   Sound : String,
   Volume : int
)

Parameters

Sound
Volume
attention, doit etre une valeur négative

See Also