listVehicleSensors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (missing = to assign return to local variable) |
||
Line 16: | Line 16: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_sensors [[listVehicleSensors]] ([[vehicle]] [[player]]); | |x1= <code>_sensors = [[listVehicleSensors]] ([[vehicle]] [[player]]); | ||
[[hint]] [[str]] _sensors;</code> |= Example 1 | [[hint]] [[str]] _sensors;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 12:27, 4 September 2017
Description
- Description:
- Returns an array of the sensors in the given vehicle's config (configfile >> CfgVehicles >> vehicle >> Components >> SensorsManagerComponent >> Components).
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_sensors = listVehicleSensors (vehicle player); hint str _sensors;
Additional Information
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