From Bohemia Interactive Community
-
- Posted on April 4, 2015 - 12:03 (UTC)
- Ranwer
-
disableCollisionWith is basically a script that when you apply it to an object, and your unit can go through it like a ghost. However, if you wish the object to be solid again, you may wish to use enableCollisionWith.
An example for this is:
barrel1 disableCollisionWith player1;
barrel1 enableCollisionWith player1;
On a side note: this can come in handy a lot if you want a unit to sit on the back of a car or on top of a container
-
- Posted on May 29, 2018 - 06:58 (UTC)
- bloodwyn1756
-
This command does not disable the roadway LOD.