enableTeamSwitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma |= Game name
| arma |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''enableTeamSwitch''' enable |SYNTAX=
| [[enableTeamSwitch]] enable |SYNTAX=


|p1= enable: [[Boolean]] |PARAMETER1=
|p1= enable: [[Boolean]] |PARAMETER1=
Line 20: Line 20:


| [[Team_Switch]], [[onBriefingTeamSwitch]], [[onTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO=
| [[Team_Switch]], [[onBriefingTeamSwitch]], [[onTeamSwitch]], [[teamSwitch]], [[teamSwitchEnabled]] |SEEALSO=
}}
}}


Line 32: Line 31:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>


[[Category:Scripting Commands|ENABLETEAMSWITCH]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|ENABLETEAMSWITCH]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Remote Control]]

Revision as of 13:51, 8 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