Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
InteractionBlockSystem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external bool CanCreateInteractionBlocks(IEntity ent, IEntity otherEnt);
16 proto external bool Create(IEntity ent, IEntity otherEnt);
18 proto external bool CreateSimpleBlock(IEntity ent, IEntity otherEnt);
20 proto external bool DoesExist(IEntity ent, IEntity otherEnt);
22 proto external bool Remove(IEntity ent);
24 proto external bool RemoveInteractionBlocks(IEntity ent, IEntity otherEnt);
26 proto external bool RemoveSimpleBlock(IEntity ent, IEntity otherEnt);
27}
28