visibleScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3dev |= Game |1.63|= Game Version |arg= |= Multiplayer Arguments...")
 
mNo edit summary
Line 8: Line 8:
| Checks whether the score table is visible. |= Description
| Checks whether the score table is visible. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[shownScoretable]] |= Syntax
| [[visibleScoretable]] |= Syntax
| [[Bool]] |= Return Value
| [[Bool]] |= Return Value
|x1= <code>_visible = [[visibleScoretable]];</code> |= Example 1
|x1= <code>_visible = [[visibleScoretable]];</code> |= Example 1

Revision as of 15:15, 5 August 2016

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.63|1.63]]
Hover & click on the images for description

Description

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

Syntax

Syntax:
visibleScoretable
Return Value:
Bool

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

[[Category:Introduced with arma3dev version 1.63]][[ Category: arma3dev: New Scripting Commands | VISIBLESCORETABLE]][[ Category: arma3dev: Scripting Commands | VISIBLESCORETABLE]]

Bottom Section