Property | Type | Description | |
---|---|---|---|
AvoidBumpingThingsTimeStamp | System.DateTime | ||
AvoidBumpingThingsWarningSent | bool | ||
NextNavigateIntoRange | System.DateTime | ||
SafeDistanceFromStructureMultiplier | int |
Method | Description | |
---|---|---|
AvoidBumpingThings ( EntityCache thisBigObject, string module ) : void | ||
NavigateIntoRange ( EntityCache target, string module, bool moveMyShip ) : void | ||
NavigateToObject ( EntityCache target, string module ) : void | ||
OrbitGateorTarget ( EntityCache target, string module ) : void | ||
StopMyShip ( ) : void |
public static AvoidBumpingThings ( EntityCache thisBigObject, string module ) : void | ||
thisBigObject | EntityCache | |
module | string | |
return | void |
public static NavigateIntoRange ( EntityCache target, string module, bool moveMyShip ) : void | ||
target | EntityCache | |
module | string | |
moveMyShip | bool | |
return | void |
public static NavigateToObject ( EntityCache target, string module ) : void | ||
target | EntityCache | |
module | string | |
return | void |
public static OrbitGateorTarget ( EntityCache target, string module ) : void | ||
target | EntityCache | |
module | string | |
return | void |
public static DateTime,System AvoidBumpingThingsTimeStamp | ||
return | System.DateTime |
public static bool AvoidBumpingThingsWarningSent | ||
return | bool |
public static DateTime,System NextNavigateIntoRange | ||
return | System.DateTime |