showScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Made minor formatting adjustment to test a fix for command not being listed at Category:Scripting_Commands)
(Fixed formatting and added see also for showScoreTable)
Line 1: Line 1:
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game name
 
| arma3 |= Game name
|1.60|= Game version
|1.60|= Game version
|arg=  |= Multiplayer Arguments
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| Shows/Hides score table, 1 to force visible, 0 to force invisible, -1 default. |= Description
| Shows/Hides score table, 1 to force visible, 0 to force invisible, -1 default. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[showScoretable]] force |= Syntax
| [[showScoretable]] force |= Syntax
|p1= Force: [[Number]] |= Parameter 1
|p1= Force: [[Number]] |= Parameter 1
|p2=  |= Parameter 2
 
|p3=  |= Parameter 3
|p3=  |= Parameter 4
|p3=  |= Parameter 5
|p3=  |= Parameter 6
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= [[showScoretable]] -1; |= Example 1
____________________________________________________________________________________________
| - |= See Also
 
|x1= <code>[[showScoretable]] -1;</code> |= Example 1
| [[shownScoretable]] |= See Also
}}
}}


<dl class='command_description'>
<h3 style="display:none">Notes</h3>
<!-- BEGIN Note Section -->
<dl class="command_description">
<!-- For example:
<!-- Note Section BEGIN -->
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
 
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<!-- Note Section END -->
<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: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 23:28, 3 August 2016

Hover & click on the images for description

Description

Description:
Shows/Hides score table, 1 to force visible, 0 to force invisible, -1 default.
Groups:
Uncategorised

Syntax

Syntax:
showScoretable force
Parameters:
Force: Number
Return Value:
Nothing

Examples

Example 1:
showScoretable -1;

Additional Information

See also:
shownScoretable

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