Game
Status Property
KerbalData - KSP Data Unlocked!
Gets or sets the status
Namespace:
KerbalData
Assembly:
KerbalData
(in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
int
Status
{
get
;
set
; }
public int Status { get; set; }
public
:
property
int
Status
{
int
get
();
void
set
(
int
value
); }
public: property int Status { int get (); void set (int value); }
See Also
Game Class
Game Members
KerbalData Namespace