visibleScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|=
{{RV|type=command
____________________________________________________________________________________________
 
|arma3 |= Game
|game1= arma3
|1.64|= Game Version
|version1= 1.64
|arg=  |= Multiplayer Arguments
 
|eff=  |= Multiplayer Effects
|gr1= Interaction
____________________________________________________________________________________________
 
| Checks whether the score table is visible. |DESCRIPTION=
|descr= Checks whether the score table is visible.
____________________________________________________________________________________________
 
| [[visibleScoretable]] |SYNTAX=
|s1= [[visibleScoretable]]
| [[Bool]] |RETURNVALUE=
|x1= <code>_visible = [[visibleScoretable]];</code> |EXAMPLE1=
| [[showScoretable]], [[shownScoretable]] |SEEALSO=
}}


<dl class='command_description'>
|r1= [[Boolean]]
</dl>


<h3 style='display:none'>Bottom Section</h3>
|x1= <sqf>_visible = visibleScoretable;</sqf>
<!-- Appropriate categories go here -->


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|seealso= [[showScoretable]] [[shownScoretable]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

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

Syntax

Syntax:
visibleScoretable
Return Value:
Boolean

Examples

Example 1:
_visible = visibleScoretable;

Additional Information

See also:
showScoretable 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