Property | Type | Description | |
---|---|---|---|
crewCount | int | ||
dir | float[] | ||
distance | float | ||
flightCtrlState | KMP.KMPFlightCtrlState | ||
id | System.Guid | ||
isDockUpdate | bool | ||
isMine | bool | ||
isPrivate | bool | ||
isSyncOnlyUpdate | bool | ||
kmpID | System.Guid | ||
name | String | ||
o_vel | double[] | ||
player | String | ||
pos | float[] | ||
protoVesselNode | |||
relTime | RelativeTime | ||
relativeTo | System.Guid | ||
rot | float[] | ||
s_vel | double[] | ||
tick | double | ||
vel | float[] | ||
w_pos | double[] |
Method | Description | |
---|---|---|
KMPVesselUpdate ( System.Guid gameGuid, |
||
KMPVesselUpdate ( Vessel _vessel ) : System | ||
KMPVesselUpdate ( Vessel _vessel, bool includeProtoVessel ) : System | ||
clearProtoVessel ( ) : void | ||
getProtoVesselNode ( ) : |
||
setProtoVessel ( |
Method | Description | |
---|---|---|
InitKMPVesselUpdate ( Vessel _vessel, bool includeProtoVessel ) : void |
public KMPVesselUpdate ( System.Guid gameGuid, |
||
gameGuid | System.Guid | |
protoVessel | ||
return | System |
public KMPVesselUpdate ( Vessel _vessel ) : System | ||
_vessel | Vessel | |
return | System |
public KMPVesselUpdate ( Vessel _vessel, bool includeProtoVessel ) : System | ||
_vessel | Vessel | |
includeProtoVessel | bool | |
return | System |
public getProtoVesselNode ( ) : |
||
return |
public setProtoVessel ( |
||
node | ||
return | void |
public KMPFlightCtrlState,KMP flightCtrlState | ||
return | KMP.KMPFlightCtrlState |
public ConfigNode,System protoVesselNode | ||
return |