[Overview][Constants][Types][Variables][Index] Reference for unit 'unit_common_exhibition' (#Colour)

person

Declaration

Source position: unit_common_exhibition.pas line 41

type person = record

  gene: chromosome;

  

  colorgene: array [1..8] of LongInt;

  

  BackColorGene: LongInt;

  

  dgene: array [1..10] of SwellType;

  

  SegNoGene: Integer;

  

  SegDistGene: Integer;

  

  CompletenessGene: CompletenessType;

  

  SpokesGene: SpokesType;

  

  tricklegene: Integer;

  

  mutsizegene: Integer;

  

  mutprobgene: Integer;

  

  LimbShapeGene: LimbType;

  

  LimbFillGene: LimbFillType;

  

  ThicknessGene: Integer;

  

  bioPicture: picHandle;

  

end;