getCalculatePlayerVisibilityByFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "placeholder")
 
m (added command)
Line 1: Line 1:
placeholder
{{Command|= Comments
____________________________________________________________________________________________
 
|arma3|= Game name
 
|1.00|= Game version
____________________________________________________________________________________________
 
| Returns [[true]] if visibility of [[player]] by friendly units is calculated.|DESCRIPTION=
____________________________________________________________________________________________
 
| '''getCalculatePlayerVisibilityByFriendly'''|SYNTAX=
 
| [[Boolean]] - [[True]] visibility is calculated, [[false]] if not |RETURNVALUE=
 
 
|x1= <code>_isCalculated = [[getCalculatePlayerVisibilityByFriendly]];</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
|
[[calculatePlayerVisibilityByFriendly]]
 
|SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
 
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->
 
 
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 11:39, 30 May 2019

Hover & click on the images for description

Description

Description:
Returns true if visibility of player by friendly units is calculated.
Groups:
Uncategorised

Syntax

Syntax:
getCalculatePlayerVisibilityByFriendly
Return Value:
Boolean - True visibility is calculated, false if not

Examples

Example 1:
_isCalculated = getCalculatePlayerVisibilityByFriendly;

Additional Information

See also:
calculatePlayerVisibilityByFriendly

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

Notes


Bottom Section