disableCollisionWith: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(Added explanations about locality)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Disable collision between vehicles. This commmand doesn't disable collision between PhysX objects. |= Description
| Disable collision between vehicles. This commmand doesn't disable collision between PhysX objects.
<br/>
{{Important|Command has to be executed where objects are [[local]], and as long as they don't change locality, the effect of this command will be global.
 
If the 2 objects are not local to the same computer, then it has to be executed on both computers to achieve the desired effect.
 
If one or both objects change locality, the command needs to be executed again on the new [[owner]]'s machine(s) to maintain the effect.}} |= Description |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:45, 13 October 2014

Hover & click on the images for description

Description

Description:
Disable collision between vehicles. This commmand doesn't disable collision between PhysX objects.
Command has to be executed where objects are local, and as long as they don't change locality, the effect of this command will be global.

If the 2 objects are not local to the same computer, then it has to be executed on both computers to achieve the desired effect.

If one or both objects change locality, the command needs to be executed again on the new owner's machine(s) to maintain the effect.
Groups:
Uncategorised

Syntax

Syntax:
vehicle disableCollisionWith vehicle
Parameters:
vehicle: Object
vehicle: Object
Return Value:
Nothing

Examples

Example 1:

Additional Information

See also:
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

Notes

Bottom Section