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