BIS fnc cargoTurretIndex: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 8: | Line 8: | ||
|descr= Return cargo index of a person turret and the other way around. | |descr= Return cargo index of a person turret and the other way around. | ||
|s1=[vehicle, personOrTurretPath] call [[BIS_fnc_cargoTurretIndex]] | |s1= [vehicle, personOrTurretPath] call [[BIS_fnc_cargoTurretIndex]] | ||
|p1= vehicle: [[Object]] - the vehicle to check | |p1= vehicle: [[Object]] - the vehicle to check |
Latest revision as of 23:11, 12 July 2022
Description
- Description:
- Return cargo index of a person turret and the other way around.
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [vehicle, personOrTurretPath] call BIS_fnc_cargoTurretIndex
- Parameters:
- vehicle: Object - the vehicle to check
- personOrTurretPath: Person or Array of Numbers - unit to find or turret path
- Return Value:
- Array (turret path) or Number (cargo index)
Examples
- Example 1:
Additional Information
- See also:
- turretUnit moveInTurret allTurrets
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