![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto external void | Remove (notnull IEntity worldEntity) |
| Enables collisions between two entities by removing PhysicsBlock. | |
| proto external void | Remove (notnull IEntity worldEntity) |
| Enables collisions between two entities by removing PhysicsBlock. | |
Static Private Member Functions | |
| static proto PhysicsBlock | Create (notnull IEntity ent1, notnull IEntity ent2) |
| Disables collisions between two entities by creating PhysicsBlock. | |
| static proto PhysicsBlock | Create (notnull IEntity ent1, notnull IEntity ent2) |
| Disables collisions between two entities by creating PhysicsBlock. | |
Definition at line 10 of file physicsblock.c.
|
staticprivate |
Disables collisions between two entities by creating PhysicsBlock.
Both entities must exist in the same world. Block must be removed manually on cleanup.
| ent1 | Entity of the non-colliding pair |
| ent2 | Other entity of the non-colliding pair |
|
staticprivate |
Disables collisions between two entities by creating PhysicsBlock.
Both entities must exist in the same world. Block must be removed manually on cleanup.
| ent1 | Entity of the non-colliding pair |
| ent2 | Other entity of the non-colliding pair |
|
private |
Enables collisions between two entities by removing PhysicsBlock.
| worldEntity | Entity used to obtain world in which entities exist |
|
private |
Enables collisions between two entities by removing PhysicsBlock.
| worldEntity | Entity used to obtain world in which entities exist |