showScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.60|= Game Version |arg= |= Multiplayer Arguments |...")
 
m (template:command argument fix)
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|=
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
 
|1.60|= Game Version
| arma3 |= Game name
|arg= |= Multiplayer Arguments
|1.60|= Game version
|eff= |= Multiplayer Effects
____________________________________________________________________________________________
 
| Forces the score table to be shown, hidden or reset to default functionality. Forcing score table will make it show even in SP. When score table is forced opened it cannot be  closed manually, when it is force closed, it cannot be opened manually. |DESCRIPTION=
____________________________________________________________________________________________
 
| [[showScoretable]] force |SYNTAX=
 
|p1= force: [[Number]] - 1 to force visible, 0 to force invisible, -1 default |PARAMETER1=
 
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
| Shows/Hides score table, 1 to force visible, 0 to force invisible, -1 default. |= Description
|x1= <code>[[showScoretable]] 1;</code> |EXAMPLE1=
____________________________________________________________________________________________
| [[shownScoretable]], [[visibleScoretable]] |SEEALSO=
 
|MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[showScoretable]] force |= Syntax
|p1= Force: [[Number]] |= Parameter 1
|p2=  |= Parameter 2
|p3=  |= Parameter 3
|p3=  |= Parameter 4
|p3=  |= Parameter 5
|p3=  |= Parameter 6
| [[Nothing]] |= Return Value
|x1= [[showScoretable]] -1; |= Example 1
| - |= See Also
}}
}}


<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>
</dl>


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
<!-- Appropriate categories go here -->
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 15:49, 7 April 2019

Hover & click on the images for description

Description

Description:
Forces the score table to be shown, hidden or reset to default functionality. Forcing score table will make it show even in SP. When score table is forced opened it cannot be closed manually, when it is force closed, it cannot be opened manually.
Groups:
Uncategorised

Syntax

Syntax:
showScoretable force
Parameters:
force: Number - 1 to force visible, 0 to force invisible, -1 default
Return Value:
Nothing

Examples

Example 1:
showScoretable 1;

Additional Information

See also:
shownScoretablevisibleScoretable

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