BIS fnc curatorSayMessage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


| arma3
|game1= arma3
|version1= 1.16


|1.16
|gr1= Curator


|gr1 = Curator
|descr= Plays some radio message from CfgRadio locally.


| Plays some radio message from CfgRadio locally.
|s1= [speaker, sentence] call [[BIS_fnc_curatorSayMessage]]


| [speaker, sentence] call [[BIS_fnc_curatorSayMessage]]
|p1= target: [[Object]] - curator entity
|p2= sentence: [[String]] - sentence from CfgRadio


|p1= target: [[Object]] - Curator entity
|r1= [[Nothing]]
|p2= sentence: [[String]] - Sentence from CfgRadio


| [[Nothing]]
|x1= <sqf>[player, "mp_groundsupport_01_casrequested_BHQ_0"] call BIS_fnc_curatorSayMessage;</sqf>


|x1= <code>[ [[player]], "mp_groundsupport_01_casrequested_BHQ_0" ] [[call]] [[BIS_fnc_curatorSayMessage]];</code>
|seealso= [[Arma 3: Curator]] [[globalRadio]]
 
| [[Curator]], [[globalRadio]]
}}
}}
[[Category:Functions|{{uc:curatorSayMessage}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:curatorSayMessage}}]]

Latest revision as of 18:27, 8 November 2023

Hover & click on the images for description

Description

Description:
Plays some radio message from CfgRadio locally.
Execution:
call
Groups:
Curator

Syntax

Syntax:
[speaker, sentence] call BIS_fnc_curatorSayMessage
Parameters:
target: Object - curator entity
sentence: String - sentence from CfgRadio
Return Value:
Nothing

Examples

Example 1:
[player, "mp_groundsupport_01_casrequested_BHQ_0"] call BIS_fnc_curatorSayMessage;

Additional Information

See also:
Arma 3: Curator globalRadio

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