Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PhysicsBlock.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class PhysicsBlock: pointer
16{
23 static proto PhysicsBlock Create(notnull IEntity ent1, notnull IEntity ent2);
28 proto external void Remove(notnull IEntity worldEntity);
29}
30