Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
GameEvents.VesselSpawnInfo Struct Reference

Public Member Functions

 VesselSpawnInfo (string craftSubfolder, string profileName, KSP.UI.Screens.VesselSpawnDialog.CraftSelectedCallback OnFileSelected, LaunchSiteFacility callingFacility)
 

Public Attributes

LaunchSiteFacility callingFacility
 Link to the Facility that is spawning the dialog. More...
 
string craftSubfolder
 The sub folder for the currently selected craft file. More...
 
KSP.UI.Screens.VesselSpawnDialog.CraftSelectedCallback OnFileSelected
 Callback for the vessel spawn dialog when a craft file is selected and launched. More...
 
string profileName
 The profile name for the save. More...
 

Constructor & Destructor Documentation

GameEvents.VesselSpawnInfo.VesselSpawnInfo ( string  craftSubfolder,
string  profileName,
KSP.UI.Screens.VesselSpawnDialog.CraftSelectedCallback  OnFileSelected,
LaunchSiteFacility  callingFacility 
)
inline

Member Data Documentation

LaunchSiteFacility GameEvents.VesselSpawnInfo.callingFacility

Link to the Facility that is spawning the dialog.

string GameEvents.VesselSpawnInfo.craftSubfolder

The sub folder for the currently selected craft file.

KSP.UI.Screens.VesselSpawnDialog.CraftSelectedCallback GameEvents.VesselSpawnInfo.OnFileSelected

Callback for the vessel spawn dialog when a craft file is selected and launched.

string GameEvents.VesselSpawnInfo.profileName

The profile name for the save.


The documentation for this struct was generated from the following file: