getRemoteSensorsDisabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|=
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |= Game
| arma3 |Game name=


|1.52|= Game Version (number surrounded by NO SPACES)
|1.52|Game version=


|arg=  |= Multiplayer Arguments
|arg=  |Multiplayer Arguments=


|eff=  |= Multiplayer Effects
|eff=  |Multiplayer Effects=
____________________________________________________________________________________________
 
| Get status of disabled raycasts for remote entities. See [[disableRemoteSensors]] for detailed description. |= Description
____________________________________________________________________________________________
 
| [[getRemoteSensorsDisabled]] |= Syntax
 
| [[Boolean]] |= Return Value
____________________________________________________________________________________________
 
|x1=  <code>_status = [[getRemoteSensorsDisabled]];<code>|= Example 1
____________________________________________________________________________________________
 
|x2=  |= Example 2
____________________________________________________________________________________________


|x3= |= Example 3
|gr1= Sensors |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x4=  |= Example 4
| Get status of disabled raycasts for remote entities. See [[disableRemoteSensors]] for detailed description. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x5=  |= Example 5
| [[getRemoteSensorsDisabled]] |SYNTAX=
____________________________________________________________________________________________


|x6=  |= Example 6
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x7=  |= Example 7
|x1<code>_status = [[getRemoteSensorsDisabled]];</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x8=  |= Example 8
| [[disableRemoteSensors]] |SEEALSO=
____________________________________________________________________________________________
 
|x9=  |= Example 9
____________________________________________________________________________________________
 
|x10=  |= Example 10
____________________________________________________________________________________________
 
|mp= - |= Multiplayer Behaviour
 
| [[disableRemoteSensors]] |= See Also


}}
}}

Revision as of 10:20, 19 September 2020

Hover & click on the images for description

Description

Description:
Get status of disabled raycasts for remote entities. See disableRemoteSensors for detailed description.
Groups:
Sensors

Syntax

Syntax:
getRemoteSensorsDisabled
Return Value:
Boolean

Examples

Example 1:
_status = getRemoteSensorsDisabled;

Additional Information

See also:
disableRemoteSensors

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