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
FlightLog.Entry Class Reference

Flight log entry More...

Public Member Functions

 Entry (int flight, string type, string target=null)
 Default entry constructor More...
 
 Entry (int flight, EntryType type, string target=null)
 Default entry constructor More...
 

Public Attributes

int flight
 Time at which this entry occurred More...
 
string target
 Entry target More...
 
string type
 Entry type name More...
 

Detailed Description

Flight log entry

Constructor & Destructor Documentation

FlightLog.Entry.Entry ( int  flight,
string  type,
string  target = null 
)
inline

Default entry constructor

Parameters
timeTime at which this entry occurred
typeEntry type name
targetEntry target
FlightLog.Entry.Entry ( int  flight,
EntryType  type,
string  target = null 
)
inline

Default entry constructor

Parameters
timeTime at which this entry occurred
typeEntry type name
targetEntry target

Member Data Documentation

int FlightLog.Entry.flight

Time at which this entry occurred

string FlightLog.Entry.target

Entry target

string FlightLog.Entry.type

Entry type name


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