BIS fnc curatorSayMessage: Difference between revisions
Jump to navigation
Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious)) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|1.16|= Game version | |1.16|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Plays some radio message from CfgRadio locally.|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [speaker, sentence] call [[BIS_fnc_curatorSayMessage]] |= Syntax | ||
____________________________________________________________________________________________ | |||
|p1= |= Parameter 1 | |p1= target: [[Object]] - Curator entity|= Parameter 1 | ||
|p2= sentence: [[String]] - Sentence from CfgRadio|= Parameter 2 | |||
____________________________________________________________________________________________ | |||
| |= Return value | | [[Nothing]]|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[ [[player]], "mp_groundsupport_01_casrequested_BHQ_0" ] [[call]] [[BIS_fnc_curatorSayMessage]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[Curator]], [[globalRadio]] |= See also | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 19:17, 1 June 2018
Description
- Description:
- Plays some radio message from CfgRadio locally.
- Execution:
- call
- Groups:
- Uncategorised
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:
- CuratorglobalRadio
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