Dayz Explorer 1.29.162510
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