showScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fixed formatting and added see also for showScoreTable)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(33 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|1.60|= Game version
|version1= 1.60
____________________________________________________________________________________________


| Shows/Hides score table, 1 to force visible, 0 to force invisible, -1 default. |= Description
|gr1= Interaction
____________________________________________________________________________________________


| [[showScoretable]] force |= Syntax
|descr= 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.


|p1= Force: [[Number]] |= Parameter 1
|s1= [[showScoretable]] force


| [[Nothing]] |= Return Value
|p1= force: [[Number]] - 1 to force visible, 0 to force invisible, -1 default
____________________________________________________________________________________________


|x1= <code>[[showScoretable]] -1;</code> |= Example 1
|r1= [[Nothing]]
| [[shownScoretable]] |= See Also
 
|x1= <sqf>showScoretable 1;</sqf>
|seealso= [[shownScoretable]] [[visibleScoretable]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:16, 5 May 2022

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:
Interaction

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:
shownScoretable visibleScoretable

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