BIS fnc replaceWithSimpleObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
Line 3: Line 3:
| Arma 3|1.62
| Arma 3|1.62


|gr1 = Object Manipulation
|gr1= Object Manipulation


| Replaces a normal object with a [[Arma 3 Simple Objects|Simple Object]]. Object must not contain any crew and must be placed on the ground.
| Replaces a normal object with a [[Arma 3 Simple Objects|Simple Object]]. Object must not contain any crew and must be placed on the ground.

Revision as of 13:41, 11 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Problems:
Use with caution as this technique is not very clean - it should not be used for many objects and definitely not in MP games.
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
object: Object - the object that will be replaced by a simple object
Return Value:
Return value needed

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