Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
physicsblock.c
Go to the documentation of this file.
1
5
9typedef int[] PhysicsBlock;
11{
18 static proto PhysicsBlock Create(notnull IEntity ent1, notnull IEntity ent2);
23 proto external void Remove(notnull IEntity worldEntity);
24}
25
Internal ancestor of all Entity implementations.
Definition enentity.c:165
static proto PhysicsBlock Create(notnull IEntity ent1, notnull IEntity ent2)
Disables collisions between two entities by creating PhysicsBlock.
proto external void Remove(notnull IEntity worldEntity)
Enables collisions between two entities by removing PhysicsBlock.