Method | Description | |
---|---|---|
AreOwnersOnline ( |
||
CloseGroups ( HashSet |
||
CreatePositionAndOrientation ( System.Vector3 position, System.Vector3 lookAt ) : MyPositionAndOrientation | ||
DoesBlockSupplyPower ( Sandbox.Game.Entities.MyCubeBlock block ) : bool | ||
DoesGridHavePowerSupply ( Sandbox.Game.Entities.MyCubeGrid grid ) : bool | ||
DoesGroupHaveBlockSubtype ( |
||
DoesGroupHaveBlockType ( |
||
DoesGroupHaveCustomName ( |
||
DoesGroupHaveDisplayName ( |
||
DoesGroupHavePowerSupply ( |
||
DoesGroupHaveTerminal ( |
||
Find ( string displayName ) : MyEntity | ||
GetBigOwners ( MyObjectBuilder_CubeGrid grid ) : List |
||
GetGridsUnconnected ( HashSet |
||
GetLargestInGroup ( List |
||
HasCustomName ( Sandbox.Game.Entities.MyCubeGrid grid, string name, bool exact ) : bool | ||
IsFullOwner ( Sandbox.Game.Entities.MyCubeGrid grid, long ownerId, IMyPlayer factionPlayer = null ) : bool | ||
IsGroupFunctional ( |
||
IsGroupGridSize ( |
||
RemoveGridsInSphere ( ulong userId, Vector3D startPosition, float radius, RemoveGridTypes removeType ) : Vector3D | ||
SafeGetObjectBuilder ( IMyCubeGrid grid ) : MyObjectBuilder_CubeGrid | ||
ScanCleanup ( ulong userId, string words ) : HashSet |
||
ScanGrids ( ulong userId, string words ) : HashSet |
Method | Description | |
---|---|---|
GetOptionsText ( string>.Dictionary |
public static AreOwnersOnline ( |
||
group | ||
return | bool |
public static CloseGroups ( HashSet |
||
groups | HashSet |
|
return | void |
public static CreatePositionAndOrientation ( System.Vector3 position, System.Vector3 lookAt ) : MyPositionAndOrientation | ||
position | System.Vector3 | |
lookAt | System.Vector3 | |
return | MyPositionAndOrientation |
public static DoesBlockSupplyPower ( Sandbox.Game.Entities.MyCubeBlock block ) : bool | ||
block | Sandbox.Game.Entities.MyCubeBlock | |
return | bool |
public static DoesGridHavePowerSupply ( Sandbox.Game.Entities.MyCubeGrid grid ) : bool | ||
grid | Sandbox.Game.Entities.MyCubeGrid | |
return | bool |
public static DoesGroupHaveBlockSubtype ( |
||
group | ||
subtype | string | |
count | int | |
return | bool |
public static DoesGroupHaveBlockType ( |
||
group | ||
type | string | |
count | int | |
return | bool |
public static DoesGroupHaveCustomName ( |
||
group | ||
customName | string | |
exact | bool | |
return | bool |
public static DoesGroupHaveDisplayName ( |
||
group | ||
displayName | string | |
exact | bool | |
grouped | bool | |
return | bool |
public static DoesGroupHavePowerSupply ( |
||
group | ||
return | bool |
public static DoesGroupHaveTerminal ( |
||
group | ||
return | bool |
public static Find ( string displayName ) : MyEntity | ||
displayName | string | |
return | MyEntity |
public static GetBigOwners ( MyObjectBuilder_CubeGrid grid ) : List |
||
grid | MyObjectBuilder_CubeGrid | |
return | List |
public static GetGridsUnconnected ( HashSet |
||
connectedList | HashSet |
|
entitiesToConfirm | HashSet |
|
return | void |
public static GetLargestInGroup ( List |
||
group | List |
|
return | Sandbox.Game.Entities.MyCubeGrid |
public static HasCustomName ( Sandbox.Game.Entities.MyCubeGrid grid, string name, bool exact ) : bool | ||
grid | Sandbox.Game.Entities.MyCubeGrid | |
name | string | |
exact | bool | |
return | bool |
public static IsFullOwner ( Sandbox.Game.Entities.MyCubeGrid grid, long ownerId, IMyPlayer factionPlayer = null ) : bool | ||
grid | Sandbox.Game.Entities.MyCubeGrid | |
ownerId | long | |
factionPlayer | IMyPlayer | |
return | bool |
public static IsGroupFunctional ( |
||
group | ||
return | bool |
public static IsGroupGridSize ( |
||
group | ||
size | MyCubeSize | |
isStatic | bool | |
return | bool |
public static RemoveGridsInSphere ( ulong userId, Vector3D startPosition, float radius, RemoveGridTypes removeType ) : Vector3D | ||
userId | ulong | |
startPosition | Vector3D | |
radius | float | |
removeType | RemoveGridTypes | |
return | Vector3D |
public static SafeGetObjectBuilder ( IMyCubeGrid grid ) : MyObjectBuilder_CubeGrid | ||
grid | IMyCubeGrid | |
return | MyObjectBuilder_CubeGrid |
public static ScanCleanup ( ulong userId, string words ) : HashSet |
||
userId | ulong | |
words | string | |
return | HashSet |
public static ScanGrids ( ulong userId, string words ) : HashSet |
||
userId | ulong | |
words | string | |
return | HashSet |