BIS fnc replaceWithSimpleObject: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 2/7) |
Lou Montana (talk | contribs) m (Fix category) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Replaces object with simple object. Object must not contain any crew and must be placed on ground.<br> | | Replaces object with simple object. Object must not contain any crew and must be placed on ground.<br> | ||
'''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. | |||
{{note|Use with caution as this technique is not very clean - should not be used for many objects and definitely not in MP games.}} |= Description | |||
{{note|Use with caution as this technique is not very clean - should not be used for many objects and definitely not in MP games.}} | |||
|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [object] [[ | | [object] call [[BIS_fnc_replaceWithSimpleObject]] |= Syntax | ||
|p1= [[Object]] | |p1= object: [[Object]] - the object that will be replaced by a simple object |= Parameter 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Object]] |= Return value | | [[Object]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[tank] [[call]] '''BIS_fnc_replaceWithSimpleObject''';</code>|= | |x1= <code>[tank] [[call]] '''BIS_fnc_replaceWithSimpleObject''';</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[createSimpleObject]], [[BIS_fnc_adjustSimpleObject]], [[BIS_fnc_createSimpleObject]], [[BIS_fnc_simpleObjectData]] |= See Also | | [[createSimpleObject]], [[BIS_fnc_adjustSimpleObject]], [[BIS_fnc_createSimpleObject]], [[BIS_fnc_simpleObjectData]] |= See Also | ||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- BEGIN Note Section --> | <!-- BEGIN Note Section --> | ||
<!-- END Note Section --> | <!-- END Note Section --> | ||
</dl> | </dl> | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Arma 3: Functions|{{uc:replaceWithSimpleObject}}]] | |||
[[Category:Arma 3: Functions|{{uc: |
Revision as of 18:10, 21 April 2018
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:
- Uncategorised
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