showScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fixed formatting and added see also for showScoreTable)
(Another test to see if this fixes this command missing from commands list when not logged in)
Line 15: Line 15:
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <code>[[showScoretable]] -1;</code> |= Example 1
|x1= <code>[[showScoretable]] -1;</code> |= Example 1
____________________________________________________________________________________________
| [[shownScoretable]] |= See Also
| [[shownScoretable]] |= See Also
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}


<h3 style="display:none">Notes</h3>
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<dl class='command_description'>
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
 
[[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 23:56, 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