visibleScoretable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Update)
m (template:command argument fix)
Line 6: Line 6:
|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]] |= Return Value
| [[Bool]] |RETURNVALUE=
|x1= <code>_visible = [[visibleScoretable]];</code> |= Example 1
|x1= <code>_visible = [[visibleScoretable]];</code> |EXAMPLE1=
| [[showScoretable]], [[shownScoretable]] |= See Also
| [[showScoretable]], [[shownScoretable]] |SEEALSO=
}}
}}



Revision as of 15:51, 7 April 2019

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

Bottom Section