BIS fnc replaceWithSimpleObject: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
mNo edit summary |
||
Line 5: | Line 5: | ||
|1.62|Game Version= | |1.62|Game Version= | ||
|gr1 = Object Manipulation |GROUP1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 17:47, 10 October 2020
Description
- Description:
- Replaces object with simple object. Object must not contain any crew and must be placed on ground.
NOTE:- Useful if you do not have access to simple object adjustment data - e.g. in case of unsupported/discontinued asset.
- All official assets have the adjustment data defined in config.
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [object] call BIS_fnc_replaceWithSimpleObject
- Parameters:
- object: Object - the object that will be replaced by a simple object
- Return Value:
- Object
Examples
- Example 1:
[tank] call BIS_fnc_replaceWithSimpleObject;
Additional Information
- See also:
- createSimpleObjectBIS_fnc_adjustSimpleObjectBIS_fnc_createSimpleObjectBIS_fnc_simpleObjectData
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