Benargee/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(Page cleanup to prevent it showing in categories)
Tag: Replaced
 
Line 1: Line 1:
{{BenargeeSandbox|= Comments
____________________________________________________________________________________________
| arma |= Game name
|10.00|= Game version
|arg= |= Arguments in MP
|eff= |= Effects in MP
|exec= |= JIP Compatibility in MP?
|removed= true |= "true" if command no longer exists in current version of any game
____________________________________________________________________________________________
| Unit or object will say given sound in 3D Space.
This allows broadcasting of positional music or sound from a source, without having to script a fade sound or music command.
Compare this with [[say2D]] which will always play a sound at the location of the player after he has been in the vicinity of a broadcasting sound.
Sound is defined in CfgSound of the [[Description.ext]]. |DESCRIPTION=
____________________________________________________________________________________________
| unit '''say3D''' sound |SYNTAX=
|p1= unit: [[Object]] -  |PARAMETER1=
|p2= sound: [[String]] - classname. Defined in [[Description.ext]] |PARAMETER3=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
|s2= [unit, target] '''say3D''' sound |=
|p21= unit: [[Object]] -  |PARAMETER1=
|p22= target: [[Object]] |PARAMETER2=
|p23= sound: [[String]] - classname. Defined in [[Description.ext]] |PARAMETER3=
|r2= [[Nothing]]|=
____________________________________________________________________________________________
|x1= <code> helicopter1 [[say3D]] "Fortunateson"</code> |EXAMPLE1=
____________________________________________________________________________________________
| [[say]], [[say2D]], [[playSound]], [[createSoundSource]] |SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 7 March 2013
<dt class="note">[[User:Rocket|Rocket]]<dd class="note">
The only difference with this command and say is during cutscenes (when some camera effect is active). In cutscenes, say3D is 3D, say is not.
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Sandbox]]
[[Category:Sandbox]]

Latest revision as of 21:45, 5 January 2020