BIS fnc destroyer01GetShipPart: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " }}" to " }}") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{RV\|type=function \| *arma ?3 * \| *([0-9]\.[0-9]{2}) * \|gr1=(.*) \| <pre>\/\*" to "{{RV|type=function |game1= arma3 |version1= $1 |gr1=$2 |descr= <pre>/*") |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.84 | |||
|1.84 | |||
|gr1= Destroyer | |gr1= Destroyer | ||
|descr= <pre>/* | |||
| <pre>/* | |||
Author: Bravo Zero One development | Author: Bravo Zero One development | ||
- John_Spartan | - John_Spartan |
Revision as of 19:41, 9 June 2021
Description
- Description:
/* Author: Bravo Zero One development - John_Spartan Description: - This is a helper function to get ship components (objects) by class name from stored array in ships master component's name-space ("BIS_CarrierParts" array). Execution: - Call from script or config. Example: [_this, 'Land_Destroyer_01_hull_05_F'] call bis_fnc_destroyer01GetShipPart; Requirements: - Ships master object must be present. Ships master object must have initialized the array of sub components. Parameter(s): _this select 0: mode (Scalar) 0: ship Base/object 1: ship part class name to find Returns: object (ship part that matches selected class name) Result: n/a */
- Execution:
- call
- Groups:
- Destroyer
Syntax
- Syntax:
- [] call BIS_fnc_destroyer01GetShipPart
- Return Value:
- Return value needed
Examples
- Examples:
- Example needed
Additional Information
- See also:
- See also needed
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