BIS fnc curatorSayMessage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{RV|type=function | arma3 |1.16 |gr1= Curator | " to "{{RV|type=function |game1= arma3 |version1= 1.16 |gr1= Curator |descr= ")
m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 1.16
|version1= 1.16


Line 9: Line 8:
|descr= Plays some radio message from CfgRadio locally.
|descr= Plays some radio message from CfgRadio locally.


| [speaker, sentence] call [[BIS_fnc_curatorSayMessage]]
|s1= [speaker, sentence] call [[BIS_fnc_curatorSayMessage]]


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


| [[Nothing]]
|r1= [[Nothing]]


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


|seealso= [[Arma 3: Curator]], [[globalRadio]]
|seealso= [[Arma 3: Curator]] [[globalRadio]]
}}
}}

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