Exemple #1
0
 public static bool BreakLinkIfExists(MyCubeGrid parent, MyCubeGrid child, MyCubeBlock linkingBlock) =>
 Static.BreakLink(linkingBlock.EntityId, parent, child);
Exemple #2
0
 public static void BreakLink(MyCubeGrid parent, MyCubeGrid child, MyCubeBlock linkingBlock)
 {
     AssertThread();
     Static.BreakLink(linkingBlock.EntityId, parent, child);
 }