collisionDisabledWith: Difference between revisions
BrettMayson (talk | contribs) mNo edit summary |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 14: | Line 14: | ||
|p1= obj: [[Object]] - given object | |p1= obj: [[Object]] - given object | ||
|r1= [[Array]] | |r1= [[Array]] with [other, mutual]: | ||
* other: [[Object]] - the object, ''obj'' has collision disabled with, or [[objNull]] | * other: [[Object]] - the object, ''obj'' has collision disabled with, or [[objNull]] | ||
* mutual: [[Boolean]] - [[true]] if ''other'' has also disabled collision with ''obj'', [[false]] otherwise | * mutual: [[Boolean]] - [[true]] if ''other'' has also disabled collision with ''obj'', [[false]] otherwise | ||
Revision as of 09:20, 1 January 2026
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 with [other, mutual]:
Examples
- Example 1:
Additional Information
- See also:
- disableCollisionWith enableCollisionWith
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note