getRemoteSensorsDisabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|EXAMPLE1=0" to "|EXAMPLE10=")
mNo edit summary
(One intermediate revision by one other user not shown)
Line 9: Line 9:


|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=
|gr1= Sensors |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 23:
|x1=  <code>_status = [[getRemoteSensorsDisabled]];</code>|EXAMPLE1=
|x1=  <code>_status = [[getRemoteSensorsDisabled]];</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x2=  |EXAMPLE2=
____________________________________________________________________________________________
|x3=  |EXAMPLE3=
____________________________________________________________________________________________
|x4=  |EXAMPLE4=
____________________________________________________________________________________________
|x5=  |EXAMPLE5=
____________________________________________________________________________________________
|x6=  |EXAMPLE6=
____________________________________________________________________________________________
|x7=  |EXAMPLE7=
____________________________________________________________________________________________
|x8=  |EXAMPLE8=
____________________________________________________________________________________________
|x9=  |EXAMPLE9=
____________________________________________________________________________________________
|x10=  |EXAMPLE10=
____________________________________________________________________________________________
|mp= - |Multiplayer Behaviour=


| [[disableRemoteSensors]] |SEEALSO=
| [[disableRemoteSensors]] |SEEALSO=

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