enableTeamSwitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Enable / disable [[Team_Switch|Team Switch]]. The default setting is enabled. |= Description
| Enable / disable [[Team_Switch|Team Switch]]. The default setting is enabled. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''enableTeamSwitch''' enable |= Syntax
| '''enableTeamSwitch''' enable |SYNTAX=


|p1= enable: [[Boolean]] |= Parameter 1
|p1= enable: [[Boolean]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=


|x1= <code>[[enableTeamSwitch]] [[true]];</code> |Example 1=
|x1= <code>[[enableTeamSwitch]] [[true]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 15:38, 7 April 2019

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

Description

Description:
Enable / disable Team Switch. The default setting is enabled.
Groups:
Uncategorised

Syntax

Syntax:
enableTeamSwitch enable
Parameters:
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
enableTeamSwitch true;

Additional Information

See also:
Team_SwitchonBriefingTeamSwitchonTeamSwitchteamSwitchteamSwitchEnabled

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