visibleScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 1: Line 1:
{{Command|=
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
 
|arma3 |Game=
 
|1.64|Game Version=
|1.64|Game Version=
|arg=  |Multiplayer Arguments=  
|arg=  |Multiplayer Arguments=  
|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________
| Checks whether the score table is visible. |DESCRIPTION=
| Checks whether the score table is visible. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[visibleScoretable]] |SYNTAX=
| [[visibleScoretable]] |SYNTAX=
| [[Bool]] |RETURNVALUE=
 
| [[Boolean]] |RETURNVALUE=
 
|x1= <code>_visible = [[visibleScoretable]];</code> |EXAMPLE1=
|x1= <code>_visible = [[visibleScoretable]];</code> |EXAMPLE1=
| [[showScoretable]], [[shownScoretable]] |SEEALSO=
| [[showScoretable]], [[shownScoretable]] |SEEALSO=
}}
}}
<dl class='command_description'>
</dl>


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>

Revision as of 17:58, 2 September 2019

Hover & click on the images for description

Description

Description:
Checks whether the score table is visible.
Groups:
Uncategorised

Syntax

Syntax:
visibleScoretable
Return Value:
Boolean

Examples

Example 1:
_visible = visibleScoretable;

Additional Information

See also:
showScoretableshownScoretable

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

Bottom Section