showScoretable: Difference between revisions

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


| 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
| 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
| [[showScoretable]] force |SYNTAX=


|p1= force: [[Number]] - 1 to force visible, 0 to force invisible, -1 default |= Parameter 1
|p1= force: [[Number]] - 1 to force visible, 0 to force invisible, -1 default |PARAMETER1=


| [[Nothing]] |= Return Value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <code>[[showScoretable]] 1;</code> |= Example 1
|x1= <code>[[showScoretable]] 1;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[shownScoretable]], [[visibleScoretable]] |= See Also
| [[shownScoretable]], [[visibleScoretable]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

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