ulong KSP.UI.Screens.CraftEntry.GetSteamFileId |
( |
| ) |
|
|
inline |
Returns the steam fileId for this CraftEntry. Calling method should cater for Zero return value (not found).
- Returns
- Returns the file Id or Zero if not found.
void KSP.UI.Screens.CraftEntry.Init |
( |
FileInfo |
fInfo, |
|
|
bool |
stock |
|
) |
| |
|
inlineprotected |
void KSP.UI.Screens.CraftEntry.Init |
( |
FileInfo |
fInfo, |
|
|
bool |
stock, |
|
|
bool |
steamItem, |
|
|
SteamCraftInfo |
steamCraftInfo |
|
) |
| |
|
inlineprotected |
void KSP.UI.Screens.CraftEntry.onValueChanged |
( |
bool |
st | ) |
|
|
inlineprotected |
void KSP.UI.Screens.CraftEntry.SetDirectoryController |
( |
DirectoryController |
directoryController | ) |
|
|
inline |
Required if you want the directory "highlight" behavior to occur on mouse over/out. Call after Create().
void KSP.UI.Screens.CraftEntry.ShowPath |
( |
bool |
show | ) |
|
|
inline |
Tells the craft widget to display (or hide) the folder path to the craft file. Note, this is not the actual operating system path. This path starts at the game directory, and does not show the Ships/ or {editor}/ directories.
void KSP.UI.Screens.CraftEntry.Terminate |
( |
| ) |
|
|
inline |
void KSP.UI.Screens.CraftEntry.UIUpdate |
( |
| ) |
|
|
inline |
void KSP.UI.Screens.CraftEntry.UIUpdate |
( |
SteamCraftInfo |
steamCraftInfo | ) |
|
|
inline |
void KSP.UI.Screens.CraftEntry.UIUpdateSteamField |
( |
SteamCraftInfo |
steamCraftInfo | ) |
|
|
inline |
string KSP.UI.Screens.CraftEntry.craftName |
Contains all the data sucked in from the loadmeta file. Has all the information needed by CraftEntry.
string KSP.UI.Screens.CraftEntry.fullFilePath |
bool KSP.UI.Screens.CraftEntry.isStock |
bool KSP.UI.Screens.CraftEntry.isValid |
int KSP.UI.Screens.CraftEntry.partCount |
int KSP.UI.Screens.CraftEntry.stageCount |
bool KSP.UI.Screens.CraftEntry.steamItem |
Texture2D KSP.UI.Screens.CraftEntry.thumbnail |
string KSP.UI.Screens.CraftEntry.thumbURL |
ConfigNode for the ship represented by the the CraftEntry. Use craftProfileInfo instead if possible because it's better for performance.
ShipTemplate for the ship represented by the the CraftEntry. Use craftProfileInfo instead if possible because it's better for performance.
Toggle KSP.UI.Screens.CraftEntry.Toggle |
|
get |
The documentation for this class was generated from the following file: