BIS fnc sayMessage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1 = Sounds |GROUP1=" to "|gr1= Sound |GROUP1=")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|eff= local |MP Effects=
|eff= local |MP Effects=
____________________________________________________________________________________________


| Make a speaker say a message. |DESCRIPTION=
| Make a speaker say a message. |DESCRIPTION=
____________________________________________________________________________________________


| [speaker, message, channel] call [[BIS_fnc_sayMessage]] |SYNTAX=
| [speaker, message, channel] call [[BIS_fnc_sayMessage]] |SYNTAX=
Line 25: Line 22:


| [[Boolean]] - [[true]] when done |RETURNVALUE=
| [[Boolean]] - [[true]] when done |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>[<nowiki/>[[leader]] [[player]], "to_c01_m01_brief_001_br_briefing_a_CENTAUR_0", "say3D"] [[call]] [[BIS_fnc_sayMessage]];</code> |EXAMPLE1=
|x1= <code>[<nowiki/>[[leader]] [[player]], "to_c01_m01_brief_001_br_briefing_a_CENTAUR_0", "say3D"] [[call]] [[BIS_fnc_sayMessage]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[say]], [[say3D]], [[directSay]], [[groupRadio]], [[vehicleRadio]], [[sideRadio]], [[commandRadio]], [[globalRadio]], [[customRadio]] |SEEALSO=
| [[say]], [[say3D]], [[directSay]], [[groupRadio]], [[vehicleRadio]], [[sideRadio]], [[commandRadio]], [[globalRadio]], [[customRadio]] |SEEALSO=

Revision as of 00:46, 17 January 2021

-wrong parameter ("globargument") defined!-LELocal
Hover & click on the images for description

Description

Description:
Make a speaker say a message.
Execution:
call
Groups:
Sound

Syntax

Syntax:
[speaker, message, channel] call BIS_fnc_sayMessage
Parameters:
speaker: Object or Side
message: String - must be defined in either CfgSounds or CfgRadio
channel: String or Number - (Optional, default "side") can be "say3D", "direct", "group", "vehicle", "side", "command", "global", or custom channel ID
Return Value:
Boolean - true when done

Examples

Example 1:
[leader player, "to_c01_m01_brief_001_br_briefing_a_CENTAUR_0", "say3D"] call BIS_fnc_sayMessage;

Additional Information

See also:
saysay3DdirectSaygroupRadiovehicleRadiosideRadiocommandRadioglobalRadiocustomRadio

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section