getPlayerChannel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
(see also)
Line 28: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[setCurrentChannel]] |= See also
|[[setCurrentChannel]], [[currentChannel]] |= See also


}}
}}

Revision as of 18:39, 9 June 2015

-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.42|1.42]]
Hover & click on the images for description

Description

Description:
Returns channel number given player speaks on or -1 otherwise. Correspondence between channel and number:
  • 0 - Global
  • 1 - Side
  • 2 - Command
  • 3 - Group
  • 4 - Vehicle
  • 5 - Direct
Groups:
Uncategorised

Syntax

Syntax:
getPlayerChannel player
Parameters:
player: Object
Return Value:
Number

Examples

Example 1:
_channel = getPlayerChannel player;

Additional Information

See also:
setCurrentChannelcurrentChannel

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 | GETPLAYERCHANNEL]][[ Category: a3: Scripting Commands | GETPLAYERCHANNEL]]

Notes

Bottom Section