collisionDisabledWith

From Bohemia Interactive Community
Revision as of 13:47, 3 May 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Returns the object, given object has collision disabled with and whether or not returned object has also collision disabled with given object.
Groups:
Object Manipulation

Syntax

Syntax:
collisionDisabledWith obj
Parameters:
obj: Object - given object
Return Value:
Array - in format [other, mutual], where:
  • other: Object - the object, obj has collision disabled with, or objNull
  • mutual: Boolean - true if other has also disabled collision with obj, false otherwise

Examples

Example 1:
private _collisionInfo = collisionDisabledWith _tank;

Additional Information

See also:
disableCollisionWith enableCollisionWith

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