teamSwitchEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 9: Line 9:
| Check if [[Team_Switch|Team Switch]] is currently enabled.
| Check if [[Team_Switch|Team Switch]] is currently enabled.


Team Switch is enabled by default.|= Description
Team Switch is enabled by default.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''teamSwitchEnabled''' |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''teamSwitchEnabled''' |SYNTAX=


|x1= <code>_enabled = [[teamSwitchEnabled]];</code> |Example 1=
|x1= <code>_enabled = [[teamSwitchEnabled]];</code> |Example 1=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Team_Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[onTeamSwitch]], [[teamSwitch]] |= See also
| [[Team_Switch]], [[enableTeamSwitch]], [[onBriefingTeamSwitch]], [[onTeamSwitch]], [[teamSwitch]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Check if Team Switch is currently enabled. Team Switch is enabled by default.
Groups:
Uncategorised

Syntax

Syntax:
Boolean = teamSwitchEnabled
Return Value:
Boolean

Examples

Example 1:
_enabled = teamSwitchEnabled;

Additional Information

See also:
Team_SwitchenableTeamSwitchonBriefingTeamSwitchonTeamSwitchteamSwitch

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

Notes

Bottom Section