GetPropellantStatus() public method

public GetPropellantStatus ( Color &col ) : string
col Color
return string
Exemplo n.º 1
0
 public string GetUllageState()
 {
     return(ullageSim.GetPropellantStatus());
 }
Exemplo n.º 2
0
 public string GetUllageState(out Color col)
 {
     return(ullageSim.GetPropellantStatus(out col));
 }
Exemplo n.º 3
0
 public string GetUllageState(out Color col) => ullageSim.GetPropellantStatus(out col);