Skip to content
Joseph Korinek edited this page May 22, 2015 · 5 revisions

Home || Prev || Next

ICLSKerbal

public interface ICLSKerbal
{
    ICLSPart Part { get;}
    ProtoCrewMember Kerbal { get; }
}

This object essentially is a wrapper for the ProtoCrewMember Object. It provides a relationship between CLS and KSP objects.

Properties

  • Part This is the parent ICLSPart to which the ICLSKerbal belongs
  • Kerbal This is the ProtoCrewMember that this Object is associated with (wraps).

Clone this wiki locally