setCurrentChannel: Difference between revisions
Jump to navigation
Jump to search
(Official description) |
Killzone Kid (talk | contribs) (description) |
||
Line 6: | Line 6: | ||
|1.42|= Game version | |1.42|= Game version | ||
| | |eff= local |= Arguments in MP | ||
__________________________________________________________________________________________ | __________________________________________________________________________________________ | ||
| Sets given channel as current channel |= Description | | Sets given channel as current channel. Returns [[true]] on success. Channel / Number correspondence: | ||
* 0 - Global | |||
* 1 - Side | |||
* 2 - Command | |||
* 3 - Group | |||
* 4 - Vehicle | |||
* 5 - Direct | |||
|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''setCurrentChannel''' | | '''setCurrentChannel''' channel |= Syntax | ||
|p1= | |p1= channel: [[Number]] |= Parameter 1 | ||
| | | [[Boolean]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[setCurrentChannel]] | |x1= <code>_isset = [[setCurrentChannel]] 5;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 17:34, 9 June 2015
Description
- Description:
- Sets given channel as current channel. Returns true on success. Channel / Number correspondence:
- 0 - Global
- 1 - Side
- 2 - Command
- 3 - Group
- 4 - Vehicle
- 5 - Direct
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_isset = setCurrentChannel 5;
Additional Information
- See also:
- getPlayerChannelcurrentChannel
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
[[Category:Introduced with a3 version 1.42]][[ Category: a3: New Scripting Commands | SETCURRENTCHANNEL]][[ Category: a3: Scripting Commands | SETCURRENTCHANNEL]]