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);