isVehicleSensorEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(removed redundant alt. sytnax)
m (Fix)
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:isVehicleSensorEnabled}}
{{RV|type=command
{{Command|= Comments
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.72


| 1.72 |= Game version
|gr1= Sensors
____________________________________________________________________________________________


| Returns class name (to identify list based on component name) and info if given sensor is enabled |= Description
|descr= Returns class name (to identify list based on component name) and info if given sensor is enabled.
____________________________________________________________________________________________


| vehicle '''isVehicleSensorEnabled''' componentName |= Syntax
|s1= vehicle [[isVehicleSensorEnabled]] componentName


|p1 = vehicle: [[Object]]
|p1= vehicle: [[Object]]


|p2 = componentName : [[String]] - (class) name of component
|p2= componentName : [[String]] - the component's name (can either be it is "real name" or it is className)


| [[Array]] |= Return value |= Return value
|r1= [[Array]]
______________________________________________________________________________________
 
|x1= <code> [[vehicle]] [[player]] [[isVehicleSensorEnabled]]  "PassiveRadarSensorComponent"; // [ ["PassiveRadarSensorComponent",true] ] </code> |= Example 1
____________________________________________________________________________________________


| [[listVehicleSensors]], [[enableVehicleSensor]] |= See also
|x1= <sqf>vehicle player isVehicleSensorEnabled "PassiveRadarSensorComponent"; // [<nowiki/>["PassiveRadarSensorComponent", true]]</sqf>


|seealso= [[listVehicleSensors]] [[enableVehicleSensor]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 19:32, 24 March 2024

Hover & click on the images for description

Description

Description:
Returns class name (to identify list based on component name) and info if given sensor is enabled.
Groups:
Sensors

Syntax

Syntax:
vehicle isVehicleSensorEnabled componentName
Parameters:
vehicle: Object
componentName : String - the component's name (can either be it is "real name" or it is className)
Return Value:
Array

Examples

Example 1:
vehicle player isVehicleSensorEnabled "PassiveRadarSensorComponent"; // [["PassiveRadarSensorComponent", true]]

Additional Information

See also:
listVehicleSensors enableVehicleSensor

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