Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
InteractionBlockSystem.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
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 
InteractionBlockSystem
Definition: InteractionBlockSystem.c:12
GameSystem
Definition: GameSystem.c:12