Property | Type | Description | |
---|---|---|---|
FirstStart | bool | ||
SavedWindowPositions | Rect>.Dictionary | ||
SettingsLoaded | bool |
Property | Type | Description | |
---|---|---|---|
SearchAndPreparePresets | void |
Method | Description | |
---|---|---|
AddGroundStation ( string name, double latitude, double longitude, double height, int body ) : System.Guid |
Adds a new ground station to the list.
|
|
Load ( ) : |
Utilise KSP's GameDatabase to get a list of cfgs, included our Default_Settings.cfg, contained the 'RemoteTechSettings' node and process each cfg accordingly NOTE: Please do not use the static 'Default_Settings.cfg' file directly because we want third-party modders to apply ModuleManager patches of their tweaks, like no signal delay, to our default-settings cfg that will be used when a player starts a new game. (refer to our online manual for more details)
|
|
LoadPreset ( |
Load a preset configuration into the RemoteTech settings object.
|
|
RemoveGroundStation ( System.Guid stationid ) : bool |
Removes a ground station from the list by its unique stationid.
|
|
Save ( ) : void |
Saves the current RTSettings object to the RemoteTech_Settings.cfg
|
Method | Description | |
---|---|---|
SearchAndPreparePresets ( |
public AddGroundStation ( string name, double latitude, double longitude, double height, int body ) : System.Guid | ||
name | string | Name of the ground station |
latitude | double | Latitude position |
longitude | double | Longitude position |
height | double | Height above sea level |
body | int | Reference body 1=Kerbin etc... |
return | System.Guid |
public static LoadPreset ( |
||
previousSettings | ||
presetCfgUrl | string | |
return |
public RemoveGroundStation ( System.Guid stationid ) : bool | ||
stationid | System.Guid | Unique ground station id |
return | bool |
public Dictionary |
||
return | Rect>.Dictionary |