Benargee/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Erentar moved page Benargee's Sandbox to User:Benargee/Sandbox: Bot: Moved page)
m (template:command argument fix)
Line 26: Line 26:
| unit '''say3D''' sound |= Syntax
| unit '''say3D''' sound |= Syntax


|p1= unit: [[Object]] -  |= PARAMETER1
|p1= unit: [[Object]] -  |PARAMETER1=  


|p2= sound: [[String]] - classname. Defined in [[Description.ext]] |= PARAMETER3
|p2= sound: [[String]] - classname. Defined in [[Description.ext]] |PARAMETER3=  


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  
____________________________________________________________________________________________
____________________________________________________________________________________________


|s2= [unit, target] '''say3D''' sound |=  
|s2= [unit, target] '''say3D''' sound |=  


|p21= unit: [[Object]] -  |= PARAMETER1
|p21= unit: [[Object]] -  |PARAMETER1=  


|p22= target: [[Object]] |= PARAMETER2
|p22= target: [[Object]] |PARAMETER2=  


|p23= sound: [[String]] - classname. Defined in [[Description.ext]] |= PARAMETER3
|p23= sound: [[String]] - classname. Defined in [[Description.ext]] |PARAMETER3=  


|r2= [[Nothing]]|=
|r2= [[Nothing]]|=
Line 47: Line 47:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[say]], [[say2D]], [[playSound]], [[createSoundSource]] |= SEEALSO
| [[say]], [[say2D]], [[playSound]], [[createSoundSource]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:28, 7 April 2019

Template:BenargeeSandbox

Notes

Posted on 7 March 2013
Rocket
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.

Bottom Section